What file does the opera support to insert your own add-on?
-
tamzzzzz last edited by 25 Nov 2021, 21:22
What file does the opera support to insert your own add-on?
-
horst22 last edited by 26 Nov 2021, 15:46
Did you mean file format? Than its JSON, check here: link Hope this helps.
-
tamzzzzz last edited by 27 Nov 2021, 10:37
@horst22 Hey, how do you do that? Thanks for answering btw.
-
horst22 last edited by horst22 1 Dec 2021, 20:10 1 Dec 2021, 20:08
@tamzzzzz You would need to pack all files (js, html, img) with the manifest file (json) into a ZIP with crx extension. Look here: link
"Apart from all the JS and HTML files, you’ll also need to put in some images for the extension icons. All of this is wrapped in a ZIP file format with the .crx file extension."
Hope this helps you. Horst22