I am 开发者_开发百科developing a Chrome extension to tweak Facebook. However, catching browsing actions within HTML5-enabled sites such as Facebook requires an override of window.history.pushState as
I did an extension that inject iframe to the current webpage, using Content-scripts: $(\'body\').append(\'<iframe src=\"\' + chrome.extension.getURL(\'panel.html\') + \'\" frameborder=\"0\" style=
I just implemented the internationalization (i18n) feature of google chrome in my extension. I have languages de and en. I na开发者_开发技巧med de as default in the manifest file:
I want to pop open a little window/frame like Firebug Lite does when you click the browser action. I know how to detect the click event in the background page, but how do I produce a an embedded windo
I am new to this chrome extension plugin development. I am developing a new new plugin using this chrome extension.
I hope you can help me :) I\'ve created a Chrome extension (my first one) and I\'m having some difficulty auto-populating a <select> with <option> that are being returned.
I can\'t figure out how to pass a variable (or an array of variables) from a content script to a background page.What I\'m trying to do is find certain DOM elements with my content script, then send t
Is it possible to turn JavaScript on/off with a self-made Google Chrome extension? For example, in Opera browser, there are simple possibilities to do that with widgets, user-made buttons, etc., but
I have developed a small Firefox Add-ons extension (Javascript+Xul+i18n support) published on Mozilla Add-ons repo开发者_开发问答sitory and I would like to port it to Chrome.
I\'m writing a Chrome extension. As part of the extension, I want to get the URL of the tab that the extension was called from. What\'s the difference between using: