Install a personal firefox web extension permanently

后端 未结 4 909
感动是毒
感动是毒 2021-02-07 05:12

Previously, I could write an addon for personal usage packed as something.xpi and I clicked on it to install it.

After a while, mozilla introduced xpi

4条回答
  •  不思量自难忘°
    2021-02-07 05:28

    Navigate to the folder where your extension is located. You can build it in the usual way using web-ext:

    web-ext build
    

    You can install this ZIP file permanently in Firefox by going to about:addons and dragging this file into the tab.

    In order for this to work, you need to set xpinstall.signatures.required to false in about:config (works only for Nightly and maybe Developer Edition).

提交回复
热议问题