Answer the question
In order to leave comments, you need to log in
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.
"options_page": "options/options.html",
Answer the question
In order to leave comments, you need to log in
"options_ui": {
"open_in_tab": true,
"chrome_style": true,
"page": "options/options.html"
},
https://github.com/firebug/devtools-extension-examples official plugin examples
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question