google-chrome-extension Questions
1
In a Firefox or Chrome(1) extension (using WebExtensions), is it possible to interrupt a request and return an alternate response instead, preventing the network request? What I'd like to do is sto...
Pint asked 25/11, 2017 at 3:51
4
I'm trying to write an extension that will modify the User-Agent on all outgoing requests from Chrome.
For http://, https://, ftp://, file://, or chrome-extension:// I can use the chrome.webReques...
Neural asked 8/5, 2015 at 12:28
3
I have a web app that accepts JS plugins. That is, JavaScript code that someone else wrote that the user wants to load into my app.
Currently I am using eval() to evaluate their JS code into the r...
Midwest asked 15/7, 2018 at 5:44
3
I want to copy all network responses from the filtered list of requests from the network tab under Chrome's devtools.
I read about the solution of copy all requests' URLs at Multiple URLs copy in ...
Overstay asked 3/9, 2019 at 4:2
4
I am writing a chrome extension that needs to run every time certain webpages are loaded.
Currently when I first load a page the script runs. However if I then go to another page and click "Back" ...
Avigdor asked 14/3, 2014 at 1:10
4
Solved
I created an extension called quickmarks which will open bookmark by keyword at currently selected tab. I am
using omnibox to select the bookmark (chrome.omnibox.onInputEntered),
and chrome.tabs.up...
Ingleside asked 3/3, 2011 at 15:21
2
Solved
I am working on a chrome extension, and I would like to be able to track metrics with google analytics. I believe the easiest way to do that would be through tag manager, and I have found this tuto...
Clarabelle asked 30/12, 2020 at 17:47
4
I am implementing chrome extension using GWT.I have created the mapping in manifest.json & written the external java script file.In the background.js script,i have written function,in that set ...
Eurythmics asked 23/1, 2013 at 13:39
3
Solved
I have a content script with a lot of functions in it, i would like to be able to split out those functions into other scripts
Is there any magic needed to call other scripts from the content scri...
Falcate asked 31/10, 2013 at 21:42
4
Solved
How much time will it take for Google to finish its review for a extension before it gets published to the Chrome Web Store?
Eric asked 16/5, 2020 at 10:53
2
Solved
I would like to stop the page loading when I click the extension icon. I have a background page , I need an option similar to window.stop() when I click the extension Icon. If the main page is stil...
Omnifarious asked 30/9, 2014 at 10:55
3
I just started to develop chrome extensions.
I want to create an extension in order to change the download folder for a specific download.
Can I do such thing?
if not,How can I change the default ...
Erminois asked 5/10, 2017 at 10:51
3
I made a Chrome Extension and used Firebase to collect data into a database.
It worked fine for some time, but it seems there were some changes to Chrome.
Now I get the following error in the javas...
Pisolite asked 17/6, 2015 at 10:39
4
Solved
I have two calls to chrome.storage.local.get(). I need for these calls to finish before continuing executing the rest of the code (calling continueCode() function) for my chrome extension, but I'm ...
Brockie asked 21/12, 2019 at 21:38
1
I'm migrating my extension from Manifest 2 to 3.
Sometimes I get the following errors:
Uncaught TypeError: Cannot read properties of undefined (reading
'local')
at the such lines
chrome.storage.l...
Climax asked 10/7, 2022 at 13:42
3
Solved
How to change Chrome Extension icon in this page?
Here's my manifest code :
{
"manifest_version": 2,
"name": "Demo",
"description": "This is demo.&q...
Singlephase asked 28/9, 2017 at 2:18
4
Solved
So I have 50 tabs opened on chromium, but that is using too much memory and some of the CPU.
How can I have all those concurrent researches I am doing opened but not clog my machine?
I think ther...
Spermaceti asked 30/6, 2013 at 4:9
3
Solved
Could anyone tell me if there is any way to view the X and Y of a screen object with Inspect from Chrome DevTools, or any extension that will allow this?
DevTools shows the size of the object when ...
Tissue asked 8/3, 2019 at 10:19
7
I had an issue with Postman desktop app and the issue was it became so slow that made it almost useless, I had to restart it after making each request.
Hippocrates asked 29/7, 2020 at 3:3
3
I'm building a chrome extension and facing a problem related to csp.
I'm using manifest V3
below is my csp
"content_security_policy": {
"extension_pages": "script-src 's...
Pincenez asked 23/2, 2021 at 14:19
5
Solved
General Questions
Hello! I'm delving into the world of Chrome Extensions and am having some problems getting the overall workflow down. It seems that Google has recently switched to heavily advoca...
Slyke asked 15/6, 2013 at 1:28
3
Is there a way to disable all the extensions I have installed in Google Chrome v26 only for http://localhost/?
The reason is, some of the extensions inject HTML and load images into the page, like...
Messer asked 10/4, 2013 at 14:3
2
Solved
It seems chrome://favicon/ only allows me to get a 16x16 favicon, and it looks blurry in Retina screens. What if I want to get a 2x retina ready favicon?
Evalynevan asked 26/10, 2015 at 14:23
4
Solved
I have a created a desktop notification using google extension which works great:
icon = '';
var popup = window.webkitNotifications.createNotification(my notification');
icon, 'Awesome title', ...
Difficile asked 29/7, 2013 at 16:14
3
Solved
I want to be able to focus on a specific tab.
After chrome.tabs.query I get the id but how do I set focus on that tab? I don't see this option in the documentation.
Knothole asked 10/8, 2014 at 5:52
1 Next >
© 2022 - 2024 — McMap. All rights reserved.