python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
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
Firebase in Chrome extension background script XMLHttpRequest is not defined
I'm using firebase inside my Chrome extension background script
and as I understood it uses XMLHttpRequest which background scripts are not supporting.
@firebase/firestore: Firestore (7.24.0): Connect...
rendom
Votes: 0
Answers: 0
Use Tailwind in Content Script of Browser Extension
I'm trying to write a browser extension which injects some buttons and custom components into a website, therefore I wanted to use Tailwind (and DaisyUI) to style them.
I found this discussion and con...
Nils
Votes: 0
Answers: 1
Event for MediaSession metadata update?
In the browser, we have the MediaSession API. A web page can show what media is playing with some simple code:
navigator.mediaSession.metadata = new MediaMetadata({
title: 'Some Tune',
artist: 'S...
Brad
Votes: 0
Answers: 1