firefox-addon-webextensions Questions
2
Solved
I'm developing a web extension in typescript. To organize the code, I would like to bundle the extension with webpack.
Ideally, webpack should compile typescript and copy the resulting javascript,...
Mier asked 27/9, 2018 at 9:29
3
Solved
I'm developing a Firefox Extension. I added a new item to the "Tools" Menu to open my extension, but I would like to add a keyboard shortcut to open my extension (something like 'control + alt + x'...
Exurb asked 21/12, 2011 at 21:34
2
Solved
I am developing an firefox extension using webExtensions that would help me ease my work with the scenario below.
I have to click around 50-60 buttons on the site that update the task status. On c...
Mice asked 13/11, 2016 at 8:44
4
Solved
I have developed an add-on for Firefox and Chrome. It has content scripts. I want to access them in the browser tab's console (on Firefox the Web Console). For example, I want to enter a global var...
Adelladella asked 3/3, 2017 at 6:1
3
Solved
I am creating a WebExtension for browsers. So I found out about the browser.alarms API. It basically allows you to set a (reoccurring or one-time) alarm and a callback will be fired.
Now, we've ha...
Alit asked 11/11, 2018 at 15:29
8
Solved
I have Web Extensions which currently runs on Chrome, Firefox and Opera.
Now I'm wondering is there a way to use same code to build Safari App Extension, maybe something like PhoneGap(wrap all exi...
Lodge asked 24/9, 2018 at 8:18
1
Solved
I'm trying to port a Web Extension that I've gotten working in Firefox to chrome and I having some problems. I need to send a message form the background script to a content script. I was using a p...
Itself asked 29/1, 2020 at 19:39
1
How can I turn it dark-mode? I already set the Firefox theme to dark but it didn't change...
Tonytonya asked 7/4, 2020 at 7:12
2
Solved
My web extension works with Chromium browsers, Firefox, Edge, but as I understand - it is impossible now just to open the same codebase with Safari browser?
Basenji asked 22/11, 2017 at 12:44
3
I've read the docs but can't see what the purpose of a background page is. I'm not talking about background scripts (I know what they are for), I'm referring to background HTML pages.
Background H...
Intended asked 26/2, 2017 at 12:30
5
Solved
This seems to be the easiest thing to do, but it's just not working. In a normal browser the .html and .js files works perfectly, but in the Chrome/Firefox extension the onClick function is not per...
Perpetua asked 27/11, 2012 at 19:54
1
Many times I've faced this problem when a code will generate exception( eg. method not defined in object) it will not show up in the Firefox console. Firefox will simply skip that part of code.
Af...
Printer asked 18/7, 2018 at 18:53
1
I'm making a WebExtension (for Firefox) that tracks lists for the user. The user can add/remove elements from a list, or switch an element from one list to another, which means the extension needs ...
Schnur asked 11/12, 2018 at 18:3
2
Solved
Since the Firefox Australis interface, there are no more toolbar buttons to toggle the Bookmarks and History sidebars with one click. There is the "show sidebars" toolbar button, but it displays an...
Averment asked 24/6, 2017 at 22:21
0
I'm starting to work on a small firefox plugin, it's a basic js script, no problem on this side.
I've made a few successfull tests, and had a a few satisfying results. But starting yesterday, i'm ...
Insolation asked 11/3, 2020 at 10:10
3
Solved
I know with Chrome I can use snippets to manually run some JavaScript code on a webpage. But this required manually executing the snippet. Is there a way to have some JavaScript code that my browse...
Balas asked 19/2, 2020 at 3:12
1
Solved
I am working with a browser extension project and want to have a different URL used in background.js during development time and build time. I want to do this without having to remember to change t...
Etymologize asked 11/2, 2020 at 9:56
1
Solved
From a Linux bash script, I want to read the structured data stored by a particular Firefox add-on called FB-Purity.
I have found a folder called .mozilla/firefox/b8eab5j0.default/storage/default/...
Cilla asked 28/2, 2019 at 8:2
3
Solved
I want to open extensions in browser tab as a normal html page so that I can automate it using selenium WebDriver. In firefox this can be done using link like this - moz-extension://f1b30486-cd88-4...
Sikko asked 2/1, 2018 at 6:30
0
When a site receives high traffic, the tab in Mozilla Firefox stops loading and displays this error message "PR_CONNECT_RESET_ERROR" as shown in screen shot.
What I want is, the tab should conti...
Vigesimal asked 18/12, 2019 at 10:39
1
When trying to load the chrome extension in mozilla firefox. I have error:
Reading manifest: Error processing options_page: An unexpected
property was found in the WebExtension Reading manifest...
Intonation asked 3/9, 2019 at 9:55
2
The older Firefox "Add-ons" API had a built-in unittest layer sdk/test that allowed testing. This doesn't seem to be available any more.
Additionally the use of "package/require" allowed code to b...
Galileo asked 15/11, 2017 at 10:24
1
Solved
I am building a Firefox addon using Rust. I am trying to insert HTML and do stuff on specific pages. Apparently, a content script is the thing I want to use. My content script is:
import("../crate...
Carberry asked 21/8, 2019 at 20:0
2
Solved
I'm developing Firefox add-on and problem is:
When I change code in add-on I must manually reload add-on folder in browser:
1. Go to about:debugging
2. Click on "Load temporary add-on" find add-o...
Gimble asked 23/6, 2019 at 12:5
3
I'm porting a Chrome extension to Firefox WebExtensions and I'm stuck on finding a workaround for chrome.declarativeContent.onPageChanged.
My FF Webextension contains a Page Action that must be sh...
Afterbrain asked 31/8, 2016 at 14:29
© 2022 - 2024 — McMap. All rights reserved.