I have the following popup.js file in which I capture audio from a tab and store it in a blob and then set my audio tag's src URL to it. I would like ...
I have the following popup.js file in which I capture audio from a tab and store it in a blob and then set my audio tag's src URL to it. I would like ...
I've been working on a chrome extension that makes modifications to a page's DOM on page load, but have run into some issues when the extension is use ...
I have simple website created with vanilla JavaScript and I had create a simple chrome extension. I want to know is there any way to figure out if my ...
I am trying to choose the printer in the default chrome dialog via a Chrome Extension, but have not be to get PrinterProvider events to trigger at all ...
I have some Chrome extensions installed and I can use them fine in normal run. But when I use Selenium to drive Chrome to a page, I see "Chrome is bei ...
I want a user to login to my Chrome Extension via my normal website's login portal. Specifically, I want to mimic the Grammarly authenticaion flow whe ...
Im using this piece of code to launch a popup window on top of the main browser window. How do make it so that the popup window automatically closes ...
I am trying to initialize my localStorage using a Promise when I install/load/reload my Chrome Extension, but for some reason, this ModelDataColdSet c ...
I'm curious if it is possible to append to a generated Word document that I've created with Js and docx module. Currently I can generate the document ...
I am trying to create a pretty simple chrome extension that enables me to navigate the browser back and forward using horizontal scrolling. I want to ...
I'm trying to make a chrome extension with javascript which triggers an action on key presses when I'm typing an email in gmail. I manage to make the ...
I'M creating an extension that autofill's forms on different websites. There is a portion of the script that records the actions of the user with even ...
I am trying to publish a Google Chrome Extension. Before doing it, there is a form to fill: I am unsure about how to answer. The extension does use ...
This is the C# code I have. When I run it it starts in headless mode but it seems to have an issue with the Chrome extension. This is the error I g ...
I would like to replace a javascript file in my Google Chrome cache such that when I reload a website it will run my modified script. I could do a who ...
I'm writing a Chrome Extension, and trying to keep the functions isolated. I want the functional page to instantiate a class from another file. Could ...
I have a Chorme extension and I need to create a button that opens some Google searches. As google limits searches to 32 keywords, so I needed to crea ...
I'm trying to develop my first chrome extension to enable dark mode on a specific website. I have already made other changes that work, so it's the CS ...
I'm trying to develop extension that gets active tab and generate confirm window at current open tab. But I cannot do this with "window.confirm" becau ...
I'm a beginner programmer and I will gladly accept good advice from experienced colleagues. I write my chrome plugin, but I encountered a problem with ...