既然 Netscape 9 是架構在 Firefox 2 上面,那 Firefox 可用的套件,就應該可以裝在 Netscape 上阿,可是為什麼要安裝的時候,總是告訴我版本不相容呢?只要照著以下這樣做,就可以解決囉。
耶?Netscape 不是只有英文版嗎,為什麼我的套件會出現中文?很簡單,只要照以下步驟做,就能讓套件優先以中文顯示。
相關閱讀:
[分享] Netscape Navigator 9.0b 推出
[教學] 如何去掉 Netscape 裡的多餘功能
- 先將你要安裝的套件 XPI 檔下載到電腦裡,為求方便你可以將它下載到桌面上。在這裡我們舉 MR Tech Local Install 為例。這是一個很好用的套件,我建議各位最好裝起來。
- XPI 檔其實就是 ZIP 檔,所以我們可以用一般的解壓縮軟體開啟。將它裡頭的「install.rdf」檔解出來。
- 用一般的文字編輯器(例如記事本、PSPad、Notepad2、UltraEditor、EmEditor 等等)開啟 install.rdf 檔。
- 搜尋「<em:id>{3db10fab-e461-4c80-8b97-957ad5f8ea47}</em:id>」這一段文字,這串就是 Netscape 專用的 ID
- 將底下的「<em:maxVersion>8.1.2</em:maxVersion>」改成「<em:maxVersion>9.*</em:maxVersion>」。
- 修改之後就像這張圖一樣。

- 存檔,放回原本的 XPI 檔,將 XPI 檔拉到 Netscape 畫面裡頭就能安裝,重新啟動 Netscape 就完成了。
- 安裝 MR Tech Local Install,還沒裝的請照以上步驟裝起來。
- 以後你要安裝套件時,若是它說版本不相容,你就把底下那個選項勾起來,就可以安裝了。
- 有圖有真相

耶?Netscape 不是只有英文版嗎,為什麼我的套件會出現中文?很簡單,只要照以下步驟做,就能讓套件優先以中文顯示。
- 在網址列輸入「about:config」並按下 Enter 鍵
- 利用頁面上方的 Filter 找到「general.useragent.locale」
- 對該項目點兩下,將原本的 en-US 改成「zh-TW」就可以了
相關閱讀:
[分享] Netscape Navigator 9.0b 推出
[教學] 如何去掉 Netscape 裡的多餘功能
Recommend to Front page
訂閱最新文章
實用軟體介紹(11)
netscape
存檔,放回原本的 XPI 檔,將 XPI 檔拉到 Netscape 畫面裡頭就能安裝,重新啟動 Netscape 就完成了。不好意思 什麼叫放回原本的XPI檔...
更新擴充套件
裝到Navigator上的套件是不是不能自動更新?明明在firefox上有新版的套件但是Navigator下卻會找不到,是否也是因為版本相容性的問題?先謝大大解惑
底下是它的 install.rdf , 但不知道該修改哪裡 ?
<?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}</em:id>
<em:version>1.1.1</em:version>
<!-- Target Application this extension can install into,
with minimum and maximum supported versions. -->
<!-- FireFox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.0.9</em:minVersion>
<em:maxVersion>3.6b1pre</em:maxVersion>
</Description>
</em:targetApplication>
<!-- SeaMonkey -->
<em:targetApplication>
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.0b1pre</em:minVersion>
<em:maxVersion>2.1a1pre</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Thunderbird -->
<em:targetApplication>
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>3.0b3pre</em:minVersion>
<em:maxVersion>3.1a1pre</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Songbird -->
<em:targetApplication>
<Description>
<em:id>songbird@songbirdnest.com</em:id>
<em:minVersion>1.2.0</em:minVersion>
<em:maxVersion>1.3.0a</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Midbrowser -->
<em:targetApplication>
<Description>
<em:id>{aa5ca914-c309-495d-91cf-3141bbb04115}</em:id>
<em:minVersion>0.2</em:minVersion>
<em:maxVersion>0.3</em:maxVersion>
</Description>
</em:targetApplication>
<!-- eMusic Remote -->
<!--
Currently not supported - based on Gecko 1.8.1
<em:targetApplication>
<Description>
<em:id>dlm@emusic.com</em:id>
<em:minVersion>1.0</em:minVersion>
<em:maxVersion>1.0.0.*</em:maxVersion>
</Description>
</em:targetApplication>
-->
<!-- Conkeror -->
<em:targetApplication>
<Description>
<em:id>{a79fe89b-6662-4ff4-8e88-09950ad4dfde}</em:id>
<!-- Conkeror developers will take care of UI integration themselves -->
<em:minVersion>0.1</em:minVersion>
<em:maxVersion>100.0</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Prism -->
<em:targetApplication>
<Description>
<em:id>prism@developer.mozilla.org</em:id>
<em:minVersion>1.0b1</em:minVersion>
<em:maxVersion>1.0.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Front End MetaData -->
<em:name>Adblock Plus</em:name>
<em:description>Ads were yesterday!</em:description>
<em:creator>Wladimir Palant</em:creator>
<em:homepageURL>http://adblockplus.org/</em:homepageURL>
<!-- Front End Integration Hooks (used by Extension Manager)-->
<em:iconURL>chrome://adblockplus/skin/adblockplus.png</em:iconURL>
<em:aboutURL> </em:aboutURL>
<em:optionsURL> </em:optionsURL>
</Description>
</RDF>
Comment Permissions: Allow commenting