在Firefox 4中使用Live HTTP Headers

  在firefox中不得不装的两个插件,一个是firebug,另一个就是live http headers了,后者也是能查看http请求,虽然这功能firebug也有,但firebug只能查看,不能提交。web应用中两者互补,所向无敌。只可惜firefox 4不兼容,官方至今也没出更新,于是只能自己改改上了。

  首先到这里下载最新的version 0.16(右键另存为),将下载回的.xpi改名为.zip。解压后用文本编辑器打开install.rdf文件,找到

<em:maxVersion>3.6.*</em:maxVersion>

  改为

<em:maxVersion>4.0.*</em:maxVersion>

  保存后用zip格式压缩,注意保持目录结构一致,改回.xpi格式拖到firefox窗口上就可以安装了,完美运行。

image

注意:最新的0.17版已经可以兼容ff4了。

The version 0.17 is now available. It is compatible with Firefox 4.0 and Seamonkey 2.1.