im trying to make a chrome extension and i cant get my code to run. this is the manifest { \"name\": \"My First Extension\",
I would like to write a Chrome plugin that will communicate with my native C++ process, to invoke it and capture its return output.
If I want to test http://www.domain.com, but I want to test two versions of it by switching the IP out (e.g. one resolves to 127.0.0.1 and the other 192.168.1.200) is it possible to write/use a chrome
So I have a default_popup:popup.html defined in the manifest.json, from which I want to access th开发者_Go百科e current tab that initiated the action. The tabId and the tab url are required. How do I
I want to see if the current tab is a PDF file from a background page. I can check the url for .pdf at the e开发者_开发知识库nd but there are some PDF files that don\'t have that.Issuing a new reques
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
In my extension, I send some injection code when the current tab url is in the list of my target urls. here is the code
I\'m trying to create an omnibox shortcut, so when a user types cp command or cp command 2 it will open either window 1, or window 2, but instead it opens both windows on \"cp\" or \"cp {anything here
I am a newbie and working on a google-chrome extension, that needs to make jquery ajax requests to a server, loa开发者_Go百科d some html documents . My server is Apache, running on localhost using XAM
I am new to Rails and new to extending Google Chrome and I am looking for some guidance. I have a rails 3 app running on a server with user accounts and authentications. Sessions are maintained via a