既然 Netscape 9 是架構在 Firefox 2 上面,那 Firefox 可用的套件,就應該可以裝在 Netscape 上阿,可是為什麼要安裝的時候,總是告訴我版本不相容呢?只要照著以下這樣做,就可以解決囉。
  1. 先將你要安裝的套件 XPI 檔下載到電腦裡,為求方便你可以將它下載到桌面上。在這裡我們舉 MR Tech Local Install 為例。這是一個很好用的套件,我建議各位最好裝起來。
  2. XPI 檔其實就是 ZIP 檔,所以我們可以用一般的解壓縮軟體開啟。將它裡頭的「install.rdf」檔解出來。
  3. 用一般的文字編輯器(例如記事本、PSPad、Notepad2、UltraEditor、EmEditor 等等)開啟 install.rdf 檔。
  4. 搜尋「<em:id>{3db10fab-e461-4c80-8b97-957ad5f8ea47}</em:id>」這一段文字,這串就是 Netscape 專用的 ID
  5. 將底下的「<em:maxVersion>8.1.2</em:maxVersion>」改成「<em:maxVersion>9.*</em:maxVersion>」。
  6. 修改之後就像這張圖一樣。
  7. 存檔,放回原本的 XPI 檔,將 XPI 檔拉到 Netscape 畫面裡頭就能安裝,重新啟動 Netscape 就完成了。
你可能會覺得這很麻煩,我也這麼覺得。所以接下來要教一個更簡單的方法:
  1. 安裝 MR Tech Local Install,還沒裝的請照以上步驟裝起來。
  2. 以後你要安裝套件時,若是它說版本不相容,你就把底下那個選項勾起來,就可以安裝了。
  3. 有圖有真相

耶?Netscape 不是只有英文版嗎,為什麼我的套件會出現中文?很簡單,只要照以下步驟做,就能讓套件優先以中文顯示。
  1. 在網址列輸入「about:config」並按下 Enter 鍵
  2. 利用頁面上方的 Filter 找到「general.useragent.locale」
  3. 對該項目點兩下,將原本的 en-US 改成「zh-TW」就可以了

相關閱讀:
[分享] Netscape Navigator 9.0b 推出
[教學] 如何去掉 Netscape 裡的多餘功能

Posted by Nelson at 痞客邦 PIXNET Comments(5) Trackback(0) Hits(3476)


open trackbacks list Trackbacks (0)

Comments (5)

Post Comment
  • netscape

    存檔,放回原本的 XPI 檔,將 XPI 檔拉到 Netscape 畫面裡頭就能安裝,重新啟動 Netscape 就完成了。

    不好意思 什麼叫放回原本的XPI檔...
  • 原本不是把 XPI 檔裡頭的 install.rdf 解出來編輯嗎?現在我們修改完 install.rdf 檔了,當然就要將這個修改過的 install.rdf 存起來然後再放回 XPI 檔裡頭阿。
    因為 XPI 檔可以用壓縮程式開啟,所以就像一般壓縮檔案一樣,將 install.rdf 檔壓回 XPI 檔囉。

    Nelsonreplied on 2007/06/16 09:53

  • Navigator 9增添許多Firefox不具備的,把一些外掛Addons直接整合進 Navigator 9這個包裝,當中佔用記憶體,cpu了,乾脆回Firefox!!!
  • 它的確整合了一些東西,所以我就說是 Netscape 客製版的 Firefox 了嘛~什麼叫客製版?就是從原本的公版範本上,再加上一些公司自己的東西,就叫客製版阿(專門為某客戶量身訂做的版本)。
    這些整合有的人喜歡,有的人不喜歡,我的文章裡頭也有說明怎麼把一些功能關閉了,至於比較佔用 CPU 跟記憶體,抱歉我感覺不出來。
    還是那句老話阿,我樂見瀏覽器市場有競爭,這樣選擇才多,你只要選你用得最順手的就好了。

    Nelsonreplied on 2007/06/18 08:02

  • 更新擴充套件

    裝到Navigator上的套件是不是不能自動更新?明明在firefox上有新版的套件但是Navigator下卻會找不到,是否也是因為版本相容性的問題?
    先謝大大解惑
  • 我也在懷疑是不是這個原因 :(

    Nelsonreplied on 2007/07/02 02:28

  • 我發現用這個比firfox快很多 真的 開啟的時候...
  • 請問該如何修改 Adblock Plue 在 " 檢視 " 與 " 工具 " 底下礙眼的兩個捷徑選單 ?

    底下是它的 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>
  • 你要不要考慮裝個可以修改選單的套件比較方便 @@

    Nelsonreplied on 2009/10/14 08:17

Comment Permissions: Allow commenting

Leave Comment

*Name/Nickname
E-mail
Personal Website
Comment Title
*Comment
* Private Comment