开发者

Get text (not url) from address bar in Google Chrome

I want to retrieve the text that the 开发者_如何学Cuser has typed into the currently visible address bar, using Javascript. This is for google chrome only.

Is this possible? I know you can get the document URL via window.location.href, but I am unable to locate any javascript pertaining to current code inside the address bar/omnibar.

Thank you for the help!

EDIT: This is for an extension.


Even with extensions this is impossible -- at least in google chrome.

Under the current extensions platform for Chromium, addons are little more than javascript programs with minorly elevated privileges; the nearest correspondence would be the Greasemonkey scripts so popular in Firefox.

As an extension developer, I am very unhappy with this situation, and am looking forward to its (inevitable) change and growth.

For the moment, unfortunately, such things as your question are completely impossible.


I believe this is impossible. It may be doable in a extension.


It seems this will be supported by chrome extensions in the future.

For the time being, depending on your needs, the closest you could ever get would be to fake a second address bar just below the real one, styling it so it looks like a double address bar.

This would be implemented via a DOM bar, akin to StumbleUpon's, kinda like Chrome's own infobars. But being your content-script's JS, you would have full control over it, and as I said, depending on your needs it could be a sub-optimal solution for your users.

The only advantage I can see over native support (when it comes) is that, if you want to use the address bar for things other than the url, then you'd do it in the fake bar and still keep the page's url accessible to the user at all times in the native bar.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜