I have a content script running on every page. It updates the html of the page, which seems to take more time on longer pages (the script walks the DOM a lot of times). On longer pages the script coul
I\'m writing an Google Chrome extension that lets you download a backup file of your data. I want the user to be able to press a button and a \"Save as\" dialog box should open and they can save the f
I have made a contentscript which \"injects\" the following into a website: < a href=\"somewebsite.html\">mytext< /a>
I am creating an extension and I need to know how to make a filter, so that it is not activated on certain pages (which the user chooses). I don\'t know much about web开发者_开发知识库 development, so
When you install an extension to the Google Chrome browser from Chrome\'s website, the installation procedure pops up instantly, without warning. (Chrome\'s website)
I\'m trying to automate packaging of the Chro开发者_StackOverflowme extension on Windows and according to the documentation, it is this command:
I\'m building an extension in Google Chrome that issues queries against websites. The queries are issued by the \"background page\" on request from the \"content script\"; when the background page re
Is there a function that allow me to select text when the extension stays open. 开发者_StackOverflowNormally when I Use the extension popup and I Click outside the
I know Gmail has contextual and side-bar gadgets, but how do browser extensions such as Rap开发者_JAVA百科portive work? Are they injecting their buttons / displays into the browser page? If so, wouldn
How can I check if a certain link is found in Chrome\'s browsing history(on the computer that accesses the link) using JavaScript or jQuery? I am interested (if any) in the functions t开发者_JS百科hat