首页 > 代码库 > 火狐开发----如何快速的安装火狐XPI文件

火狐开发----如何快速的安装火狐XPI文件

第一步:火狐的自动安装扩展程序:https://addons.mozilla.org/zh-CN/firefox/addon/autoinstaller/

第二步:安装wget工具,这个Linux应该自带,window下面可以使用的其替工具cygwin、mingw、mozilia-build等工具,我们只需要wget即可。

第三步:运行wget --post-file=extension.xpi http://localhost:8888/ 即可

 

 

范例:

1 安装autoinstaller略过

2 安装wget略过

3 我的wget工具图

命令行操作:

> D: [回车] 切换到D盘路径

> cd Program Files\mozilla-build\wget [回车]切换到wget工具目录

> wget --post-file=这里是扩展程序的路径.xpi http://localhost:8888/ [回车]这里一般都是500,没有错误

--17:13:41--  http://localhost:8888/
           => `index.html‘
Resolving localhost... 127.0.0.1
Connecting to localhost|127.0.0.1|:8888... connected.
HTTP request sent, awaiting response... 500 No Content
17:13:42 ERROR 500: No Content.

t will be even simpler if you integrate this step into the build script of your extension. Note: The response to this request is always "500 No Content" to prevent wget from saving the result, this is not an issue