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)
EXTENSIONS: convert Firefox extension to Safari extension
I am trying to convert my firefox extension to a safari extension. To do that, I used these codes xcrun safari-web-extension-converter /path/to/extension .
In my package json, I wrote a script :
"...
Ceren Keklik
Votes: 0
Answers: 0
how to match both https and http in matches (manifest.json)
At the moment I've got it like this:
"matches": ['https://google.com/*', 'http://google.com/*']
Is there any way to combine these 2 URLs into one allowing both https and http?
(Manifest V3)...

SamJones
Votes: 0
Answers: 2
Google chrome extension - the main window is closing after getting the code from redirect url
I am trying to develop a login OAuth system in the google chrome extension, notwithstanding, The main window is been disappeared when I attempt to get the response back from the callback.
// backgroun...

MD SHAYON
Votes: 0
Answers: 0
Can't migrate background script to v3 in Chrome extension
I try to migrate my manifest from v2 to v3 and fail with background scripts. I get an error unexpected token. I think my syntax is correct. What I'm doing wrong? How can I migrate this setup with mult...

Evgeniy
Votes: 0
Answers: 0