google-chrome-extension
Can I access the content of an iframe in JavaScript that is part of a Google Chrome extension?
I have an iframe within the main window named \"test_ifram开发者_高级运维e\". I want to access the content of \"test_iframe\" within a Google Chrome extension. I understand that I can do this if I hav[详细]
2023-04-02 21:56 分类:问答Chrome Extension: How to reload/re-execute content script on Ajax request
I\'m trying to execute a content script for a certain site (inject a button or change the link) however I would like to do this as the user browses the website.[详细]
2023-04-02 17:37 分类:问答Javascript on Greasemonkey, constraints and limiting factors compared to an addon in Firefox/Chrome?
Disclaimer: Newbie Javascript coder trying to use Greasemonkey; I\'ve read the tutorials but do not understand enough of the parlance used so that I can focus in and learn what\'s needed.I\'m hoping s[详细]
2023-04-02 12:40 分类:问答Chrome extension to focus on omnibox?
Is there a way to focus on the omnibox, either using the ExecuteScript 开发者_如何学Pythonor the Omnibox API? I don\'t think its possible but can anyone think of a work around?Sorry, currently not pos[详细]
2023-04-02 10:47 分类:问答Regarding google chrome extension development (tabs.onUpdated.addListener())
I am developing a google chrome extension.I want the extension to record whenever a webiste is loaded or the URL in the tab changed.[详细]
2023-04-02 08:43 分类:问答Too long and repetitive code, ISO shorthands
I\'m trying to make a google chrome extension using jQuery. Now, this is working but it\'s too long (it isn\'t \"write less do more\"). So I\'m looking for some shorthand. This is what a did[详细]
2023-04-02 08:11 分类:问答google chrome extension does not work
It is a simple extension that invokes Xmlhttprequest to send POST data to a form. I have also added simple message boxes at beginning/end of the js code... The code is being invoked from a background[详细]
2023-04-02 06:49 分类:问答How do I open a browser window from a desktop notification that's generated from a background page?
I have built a simple chrome开发者_如何学运维 application which has a background page that shows desktop notifications when a new article is available.[详细]
2023-04-02 03:56 分类:问答how to check if my javascript browser extension works
I am trying to create a simple javascript based extension for Google Chrome that takes data from one specific iframe and sends it as part of a POST request to a webpage.[详细]
2023-04-02 03:02 分类:问答Chrome Extension jQuery POST callback
I have been successful calling a jQuery POST from the popup.html in Google Extensions. However, the success or error callback functions have not been called. I\'ve searc开发者_C百科hed around on stack[详细]
2023-04-02 02:10 分类:问答