[问题]firefox b3-咋装旧插件

上网、浏览、聊天、下载等
回复
头像
iuine
帖子: 71
注册时间: 2007-09-20 10:39

[问题]firefox b3-咋装旧插件

#1

帖子 iuine » 2008-05-18 2:17

beat版本的,一般的插件都不支持。我想问问各位都是怎么修改的。
敏感瓷
zhulei5
帖子: 2
注册时间: 2008-05-17 17:11

#2

帖子 zhulei5 » 2008-05-18 10:14

同问,也想知道。
头像
liwangli
帖子: 262
注册时间: 2008-02-12 19:47

#3

帖子 liwangli » 2008-05-18 12:33

等插件更新到新版。或用功能类似的代替
头像
hcym
帖子: 15634
注册时间: 2007-05-06 2:46

#4

帖子 hcym » 2008-05-18 17:06

有屏蔽兼容检查的

没必要了

很多插件都支持了
tomosak
帖子: 154
注册时间: 2007-10-29 9:18
联系:

#5

帖子 tomosak » 2008-05-22 13:59

看这里:Firefox 3.0 扩展 夏日火热推荐!(5.21更新)
http://hall.sociz.com/index.php?showtopic=20075
头像
River Zhu
帖子: 30
注册时间: 2008-05-22 8:58

#6

帖子 River Zhu » 2008-05-22 14:24

Open/Save Web pages in MHT using Firefox

For those who don’t know MHT is a compressed format to save webpages into a single file and all images/css/text related to webpage is embedded into a single page(.mht). Firefox does not have support for MHT format maybe because MHT is a Microsoft created format.

But that does not mean Firefox users can’t use it. There was a extension for Firefox earlier known as Mozilla Archive Format. It was working good until Firefox 1.5. But then developer stopped working on it and it does not work on Firefox 2.0.

No Way! There has to be a way out. Why would otherwise I waste a long post telling you about it? Well there is a way out. We will forcibly make it compatible with Firefox 2.0. Here are the easy steps:

1. Download the extension from http://downloads.mozdev.org/maf/maf-0.6.3.xpi . Download but don’t install. To override Firefox default installer either paste the link in your download manager or open this link in any browser other than Firefox. Since it won’t install on FF saying compatibility problems.
2. Rename the downloaded file maf-0.6.3.xpi to maf-0.6.3.zip
3. Open the zip file using Winzip or any zip utility.
4. Extract install.rdf file
5. Open install.rdf file and find this code:

代码: 全选

          <!– Firefox –> (此处也需要参考其他扩展xpi文件,是Firefox还是Mozilla)
          <em:targetApplication>
          <Description>
          <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
          <em:minVersion>1.5</em:minVersion>
          <em:maxVersion>1.5</em:maxVersion>
          </Description>
          </em:targetApplication>
6. In this change

代码: 全选

<em:maxVersion>1.5</em:maxVersion>
to

代码: 全选

<em:maxVersion>3.0</em:maxVersion>
7. Save install.rdf and put the new install.rdf back in maf-0.6.3.zip replacing the old one.
8. Rename maf-0.6.3.zip to maf-0.6.3.xpi
9. And now open the xpi file with firefox if xpi is not set to open with Firefox. Install the extension and it will work for you.

That’s all. It will work now with your latest Firefox 2.0.0.7 Not Tested on 3.0 alpha release. If anyone can test with 3.0 alpha and post here, I will update the status here.

TIP: you can use this trick to work on any unsupported extension provided code does work on latest firefox too.
回复