google-chrome-extension
are google chrome extensions, open source or not? [duplicate]
This question already has answers here: Are all Google Chrome extensions open source by default? (7 answers)[详细]
2023-04-12 07:44 分类:问答Implementing a chrome extension that filters HTTP methods
I\'m trying to implement a Google Chrome extension that filters HTTP methods. My idea, for now, is just to display all kinds of HTTP requests that starts at the client side, one after the other. I fou[详细]
2023-04-12 07:34 分类:问答How to retrieve the element where a contextmenu has been executed
I am trying to write a google chrome extension where I use a contextmenu. This contextmenu is available on editable elements only (input texts for example). When the contextmenu is clicked and execute[详细]
2023-04-12 06:38 分类:问答How to generate the appID for a Google Chrome Extension [duplicate]
This question already has answers here: Closed 10 years ago. Possible Duplicate: Google Chrome - Alphanumeric hashes to identify extensions[详细]
2023-04-12 06:09 分类:问答Prevent event listener from been execute in Google Chrome Extension
I want to build a Google Chrome extension to sync all my bookmarks across Chrome so I have attached an event listener to onCreated;[详细]
2023-04-12 04:34 分类:问答How to get a paragraph from the active tab with chrome extension?
In my background.html I am getting the id, url, and title of the current tab like this: chrome.tabs.getSelected(null, function(tab) {[详细]
2023-04-12 03:46 分类:问答Override downloading a file type with Chrome Extensions
I\'m trying to build a chrome extension that overrides a download of a file and displays it in the browser. For example if you click on a link to a \'.开发者_运维百科csv\' file I\'d like it to render[详细]
2023-04-12 02:44 分类:问答How to animate chrome extension icon in a callback function?
This is a follow up to my previous question about using XMLHttpRequest() to post to my bookmarking app. When I receive the status 200 OK I want to indicate somehow with a change in the extension icon[详细]
2023-04-12 02:23 分类:问答Code Working Fine on jsFiddle but not on Local System
This code is working fine on jsFiddle but not on my system. JsFiddle I have checked from the draft (Pressing Ctrl + Shift + Enter on jsFiddle), added this code to head section & modified like bel[详细]
2023-04-12 00:32 分类:问答Is it possible to disable meta refresh in Google Chrome?
On pages with meta refresh, is there any way to开发者_Python百科 disable meta refresh, within a Google Chrome extension?I was looking for the same kind of extension (Spanish online newspapers abuse of[详细]
2023-04-11 21:47 分类:问答