D
D
dollar2018-10-05 00:39:44
Mozilla Firefox
dollar, 2018-10-05 00:39:44

How to make a settings page for an extension in FireFox?

In chrome, there is an option to directly specify what the extension's settings page is.

manifest.json
"options_page": "options/options.html",

FireFox does not support this option. And even banned. How to be?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
dollar, 2018-10-05
@dollar

manifest.json
"options_ui": {
    "open_in_tab": true, 
    "chrome_style": true,
    "page": "options/options.html"
  },

A
Anton Shamanov, 2018-10-05
@SilenceOfWinter

https://github.com/firebug/devtools-extension-examples official plugin examples

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question