I have created 2 extensions for websites that i do not own and they do not have an api. 开发者_如何学Pythonwhen you open the extension, there will be a login screen, but when you close it, you\'ll be
I am trying to detect whether my extension was uninstalled. I can\'t use chrome.management.onUninstalled because it wil开发者_StackOverflow社区l be fired on other extension.As of Chrome 41, you can n
I have a question about the executing control between message passing (content_script.js sends request and background.html sends response) andJQuery $(document).ready() function.
I am looking to figure out a way to make incoming request to a browser.Installing an extension in the browser is OK.The goal of this is to allow anot开发者_JS百科her machine to connect to the extensio
I am writing a Google Chrome Extension.Now I need to detec开发者_开发百科t the language of a frame in a tab.I read the postDetecting the current tab language using Chrome extension? but the answers in
When we push a new version to our server, the old extensions deployed take some time (<7hours in the docs, but I have seen more) to update themselves. The problem is that these OLD extensions may t
I want to write a browser plugin that will allow me to load a web page and will sit and monitor the page for any asynchronous updates, and then write the details of those updates to a file. Please poi
I am working on a Google Chrome extension and I have set up several right click context menu items. I see that there is something in the syntax for adding a menu item which allows you to choose a pare
Context: a chrome browser extension uses JQuery to request a response from a remote django app. Django recognizes that the request is made via AJAX and responds with \"Hello AJAX!\". I\'m basing my ex
Here is an example of what I\'d like to do, it\'s been simplified for the purpose of posting here. I\'d like to add several contex开发者_运维百科t menu items which actually call the same function, and