google-chrome-extension
Chrome extension, using localStorage to save ip, tabid, serverfingerprint per tab
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[详细]
2023-04-11 18:31 分类:问答Running a JS method once to initiate variable when the chrome extension is loaded once?
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.[详细]
2023-04-11 13:19 分类:问答accessing the current html page from chrome extension
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.[详细]
2023-04-11 10:28 分类:问答chrome extension popup
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[详细]
2023-04-11 10:17 分类:问答Using a .JS file as a reference library in chrome extension?
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:[详细]
2023-04-11 09:22 分类:问答Can't connect to localhost from Chrome extension
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[详细]
2023-04-11 05:37 分类:问答JavaScript + Chrome Tabs Api - can't get tab's URL
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?[详细]
2023-04-11 01:52 分类:问答Detecting the current IP through chrome extension?
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[详细]
2023-04-10 23:27 分类:问答Saving history of usage to offer suggestions
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.[详细]
2023-04-10 23:15 分类:问答Returning a value from a content script
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[详细]
2023-04-10 17:30 分类:问答