Most voted "firefox-extension" questions
Use this tag for questions about implementing Mozilla Firefox browser extensions/add-ons. An add-on or Firefox extension is a way to add functionality or modify the Mozilla Firefox browser.
Learn more…12 questions
Sort by count of
-
6
votes1
answer219
viewsHow to communicate tabs with an extension/add-on and store variables?
I want to be able to communicate tabs with an extension and go storing values in variables and share these values between tabs, how can I do this? Note: This is a tutorial question, read more on: I…
javascript google-chrome-extension firefox-extensionasked 6 years, 11 months ago Guilherme Nascimento 98,651 -
5
votes2
answers2303
viewsHow to modify the HTML document via an extension?
I would like to make a button appear on the site I developed, but only for those who have the extension. I have the CSS, HTML and Javascript codes to generate the button. The functionality of the…
javascript google-chrome-extension firefox-extensionasked 9 years, 4 months ago chocolatemontana 573 -
4
votes1
answer699
viewsHow do I create desktop notifications in Chrome extensions?
How to create Desktop notifications to use in web-extensions (Firefox, Chrome and etc) and also would like to know if there is any difference between Chrome, Opera and Firefox? Note: This is a…
javascript google-chrome-extension firefox-extensionasked 6 years, 10 months ago Guilherme Nascimento 98,651 -
2
votes0
answers264
viewsHow to create Firefox extension
How to create an extension in Firefox? I want to develop an extension for personal use, as is developed an extension in Firefox, with javascript, folder structure and files in the directory of…
-
2
votes2
answers3881
viewsHow do I return a Promise value in Javascript?
Well I’m facing the following problem, I’m contributing to a Mozilla extension, but most browser Apis use Preses to do things, only the problem is that I don’t know much. So I would really like to…
-
1
votes0
answers32
viewsAdd function to firefox
I am wanting to make a modification to firefox so that it automatically updates the page after a period. In other words, I want to "trigger F5" in a certain time interval and on a certain page. I’ve…
-
1
votes0
answers108
viewsYslow does not work on Firefox
I have installed Yslow 3.1.8 in Firefox 49.0.1 but any link I click inside Yslow does not work. Does anyone know how to solve this problem so that you can browse all of Yslow’s features in Firefox?…
-
0
votes0
answers92
viewsHow to copy the selected text to the Clipboard using firefox?
I need, after selecting a text on any web page, that I copy this text, sending the text to another function, which will make later "post". The problem is that I need to remove the selection after…
javascript firefox clipboard extension firefox-extensionasked 8 years, 4 months ago Luciano Zancan 321 -
0
votes1
answer24
viewsProblem with add-on firefox on site that does not refresh/browse by Ajax/JS
I am developing my first Webextension(Firefox Add-on) and is working properly. However, I’m in trouble when part of the site is browsed without giving refresh. That is, the extension does not work…
-
0
votes2
answers59
viewsDetect Firefox add-ons with Javascript
I created an extension for Chrome and Firefox, both are in their respective stores Webstore and Mozilla Addons, goal is to identify if the user has the extension installed otherwise inform that you…
-
0
votes0
answers38
viewsMozilla Firefox extension
I have a problem, my extension does not work at all, first of all, I will explain to you what it serves: This extension when active makes the insertion of data in a form of a given web site,…
-
-1
votes1
answer351
viewsAdd profile to Webdriver Firefox
Good morning I am automating a website, and to run some features it is necessary to use an extension in the browser. First I was trying to add the extension to the web driver with the FirefoxOptions…