火狐插件 xpi打包_将Firefox扩展程序打包为XPI
火狐插件 xpi打包
Yesterday I detailed the file/folder structure of a Firefox extension. Once you have your extension ready for testing, you need to package everything together into an XPI file. Luckily there's a quick and easy way to do so.
昨天,我詳細介紹了Firefox擴展程序的文件/文件夾結構 。 準備好要測試的擴展程序之后,您需要將所有內容打包到一個XPI文件中。 幸運的是,有一種快速簡便的方法。
chrome.manifest評論 (chrome.manifest Review)
content myExtension jar:chrome/myExtension.jar!/content/ overlay chrome://browser/content/browser.xul chrome://myExtension/content/myExtension.xul skin myExtension classic/1.0 jar:chrome/myExtension.jar!/skin/Remember that the XPI build is based upon the chrome.manifest file.
請記住,XPI構建基于chrome.manifest文件。
殼牌/ Cygwin指令 (The Shell / Cygwin Directives)
cd myExtension/chrome zip -r myExtension.jar content/* skin/*We enter the chrome directory and generate a myExtension.jar file which holds all of the extension assets.
我們進入chrome目錄并生成一個myExtension.jar文件,其中包含所有擴展程序資產。
cd .. zip myExtension.xpi install.rdf chrome.manifest chrome/myExtension.jarWe navigate to the top level extension directory and generate a myExtension.xpi file which serves as the extension's install package. That's all!
我們導航到頂級擴展目錄,并生成myExtension.xpi文件作為擴展的安裝包。 就這樣!
Now you have no excuses not to create your Firefox extension! When you have one completed, post it in the comments below -- I can't wait to see what you come up with!
現在,您沒有任何借口不創建Firefox擴展! 完成后,請在下面的評論中發布它-我迫不及待想看看您的想法!
翻譯自: https://davidwalsh.name/package-xpi-zip
火狐插件 xpi打包
總結
以上是生活随笔為你收集整理的火狐插件 xpi打包_将Firefox扩展程序打包为XPI的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 字库芯片介绍与使用(附STM32程序~~
- 下一篇: 冯·诺依曼计算机与现代计算机原理与差别