admin管理员组

文章数量:1335361

I want to be able to capture the current URL and/or the URL of all open tabs.

Can I do this in JavaScript or jQuery or am I going to need a plugin in FireFox/Chrome?

I want to be able to capture the current URL and/or the URL of all open tabs.

Can I do this in JavaScript or jQuery or am I going to need a plugin in FireFox/Chrome?

Share Improve this question edited Dec 13, 2014 at 19:21 Peter Mortensen 31.6k22 gold badges110 silver badges133 bronze badges asked Jul 21, 2010 at 4:59 ianian 12.4k26 gold badges71 silver badges96 bronze badges
Add a ment  | 

3 Answers 3

Reset to default 6

"capture (...) URL of all open tabs."

Why don't you ask Chrome for the stored passwords while you are at it?

The answer is: No, you can't.
It would be a serious privacy issue if that was remotely possible.

Stack Overflow question Get current URL in JavaScript? is showing how to get the current URL.

But I am not sure about getting the URL for all tabs.

Like the other posters said, you can’t grab URLs of tabs besides the current one with standard JavaScript. But you can with Firefox / Google Chrome extensions.

本文标签: Can I capture the currentall tabs URL with JavaScriptjQuery or would I need to make a pluginStack Overflow