I need to open multiple tabs on a single window, new window instance for a single link will not be a problem but when it comes to 20+ (which is my case) then 20+ new windows are really a problem, so I
I am making a chrome extension and I have a popup.html page that contains a form with method post, it does not do anything when opened using开发者_StackOverflow the popup button however if the page is
I want to load a different content script depending on the page and tab that is currently selected. Right now, I have three content scripts. I want to use two of them for one page and the third one fo
开发者_StackOverflowIs it possible to close the entire application within a chrome extension? You would have to use the Chrome Windows API to close all windows:
I started trying to write chrome extension and I\'m having problem with simple function: script inside \"backgroound.html\":
I\'m making a small javascript editor (for a chrome extension) somewhat like the one on SO. There\'s a toolbar for manipulation of the text in the textarea. (e.g. surround the selected text with some
I am trying to track when video stops, pauses, etc in Google Chrome extension. This is example page (html5 video):
I have an extension which using chrome local storage. I connect to the local storage with another application while chrome is open and I see the changes in this external application only when I\'m clo
I\'m trying to send the number of checked items on a page over to a popup. The add input button on the popup alerts or sends to the console the amount of checkboxes checked on the webpage.
I am making an extension and i want to do the following- suppose i want my extension to work only on say, xyz.com, which contains the following line-