google-chrome-extension
saving username password in option.html and loading them automatically
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[详细]
2023-04-13 08:06 分类:问答How to detect Chrome extension uninstall
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[详细]
2023-04-13 07:21 分类:问答Google Chrome Extension message passing with run_at document_start
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.[详细]
2023-04-13 06:34 分类:问答Is it possible to create a browser extension to allow for incoming requests?
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[详细]
2023-04-13 04:47 分类:问答Detecting the language of a frame or a string using Chrome extension?
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[详细]
2023-04-13 02:41 分类:问答How to force a chrome extension autoupdate from the extension itself?
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[详细]
2023-04-12 18:21 分类:问答AJAX Monitor Browser Plugin
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[详细]
2023-04-12 16:59 分类:问答How can I set up a context menu in Google Chrome so that all of the menu are top level?
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[详细]
2023-04-12 16:14 分类:问答Django says is_ajax is false on a JQuery AJAX request
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[详细]
2023-04-12 15:26 分类:问答Google Chrome Extension & Context Menus: How to use one function for multiple purposes?
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[详细]
2023-04-12 10:39 分类:问答