Update README.md
cfx run
cfx xpi
cfx xpi --force-mobile
chrome.exe --pack-extension=c:\PATH_TO_EXT_ROOT --pack-extension-key=c:\EXT_KEY.pem
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --pack-extension=/PATH_TO_EXT_ROOT --pack-extension-key=/EXT_KEY.pem
./chrome --pack-extension=c:\PATH_TO_EXT_ROOT --pack-extension-key=c:\EXT_KEY.pem
Note: pem file is only needed when packaging for public distribution
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Chronicle Firefox Add-on
Install
Run
cfx runwill start an instance of Firefox with an empty profileBuild
Firefox Add-on - Desktop and Mobile
cfx xpiwill build an xpi that can be installed in Firefoxcfx xpi --force-mobilewill build an xpi that can be installed in Firefox for AndroidChrome Extension
chrome.exe --pack-extension=c:\PATH_TO_EXT_ROOT --pack-extension-key=c:\EXT_KEY.pem/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --pack-extension=/PATH_TO_EXT_ROOT --pack-extension-key=/EXT_KEY.pem./chrome --pack-extension=c:\PATH_TO_EXT_ROOT --pack-extension-key=c:\EXT_KEY.pemNote: pem file is only needed when packaging for public distribution