I should mention up front I\'m new to code/stackoverflow so my apologies if this question doesn\'t makes sense.I\'m beyond stumped, I\'m trying to build a chrome extension that saves the ip address, u
I开发者_如何学编程 need to load a var by getting JSON from a webservice, so my question is where does this code go? I tried to put it in the content script but XHR would fail there.
I\'m new to chrome extensions. I would like to create a simple chrome extension that popup an alert with the title of the current html page.
I have developed an extension with links inside, once user hover over these links a tooltip appear describing t开发者_JS百科he link, the problem when the link close to the border of the extension popu
I want to put all my functions in js file and refer to them from my code in the extension is th开发者_如何学编程at possible?If you wana use it from a html:
I am working on a Chrome extension that tracks time, and uses Google App Engine for the backend. For testing, I\'m trying to connect a local version of the extension to开发者_运维百科 a local version
I have the following piece of code and the problem is that the callback from chrome.tabs.getSelected is evaluated after the request which is send with empty url. How can I solve this?
My Chrome extenti开发者_JAVA技巧on needs to know what is the IP of the machine that it is running on (the real world IP) Is there a easy way of doing it? You could always use the freegeoip service, on
I have a small extension that perform local search. It searches for the files matching that name in the local company files list and then opens a page with the results.
When executing a content script from a popup is there a way for that content script to return a value to the popup where the s开发者_运维百科cript was executed.Referring to Google\'s Docs, use the fol