google-chrome-extension
open multiple tabs on a single window by a single click using JavaScript
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[详细]
2023-04-07 15:05 分类:问答form post in Chrome extension popup not doing anything
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[详细]
2023-04-07 14:53 分类:问答Chrome extension: load different content scripts
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[详细]
2023-04-07 14:27 分类:问答Close Chrome with extension
开发者_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:[详细]
2023-04-07 12:32 分类:问答chrome extension javascript problem
I started trying to write chrome extension and I\'m having problem with simple function: script inside \"backgroound.html\":[详细]
2023-04-07 11:17 分类:问答Javascript textarea undo redo
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[详细]
2023-04-07 07:02 分类:问答Video event listener not working properly (Google Chrome extension - Javascript)
I am trying to track when video stops, pauses, etc in Google Chrome extension. This is example page (html5 video):[详细]
2023-04-07 05:11 分类:问答How to force commit changes on chrome local storage
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[详细]
2023-04-07 03:04 分类:问答Chrome Extension: Message passing confusion
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.[详细]
2023-04-06 22:05 分类:问答get href value from a website to chrome extension
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-[详细]
2023-04-06 15:11 分类:问答