python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
how to use IndexedDB in the background service_worker of Chrome Extension Manifest 3?
we could use chrome.storage.local in the background service_worker of manifest version 3,
but how could we use IndexedDB in service_worker ?
user1566268
Votes: 0
Answers: 0
Chrome extension action chrome.tabs.create() creates three new tabs instead just one in Manifest V3
I’m currently working on a migration Google Chrome extension from Manifest 2 to Manifest 3. I have an issue with it. When I click on the button to open some record in new tab by provided url, Chrome o...

Maelstrom of nonsense
Votes: 0
Answers: 0
How to persist data in memory after closing popup extension
I'm building a chrome extension, and I'd like to have some sensitive data stored in memory (not disk) while the user has their browser open. The data should persist in the chrome extension even if the...

now_world
Votes: 0
Answers: 0
Problem with jQuery when using chrome extensions popup
There is a website and there is a button that has the disabled tag. I'm trying to write a popup extension where there is a button, by clicking on which this tag should be removed.
//manifest.json
{
...
1 1
Votes: 0
Answers: 1