我創建了一個基於現有的簡單擴展,但是當我嘗試測試它並手動添加到Firefox時,我得到這個一般性的錯誤信息:如何解決火狐插件:無法安裝,因爲它不兼容火狐<x.x.x.x>
<Extension Name> could not be installed because it is not compatible with Firefox <x.x.x.x>
如何解決此問題?
我甚至嘗試在install.rdf中將maxVersion設置爲較高的值。
<em:maxVersion>150</em:maxVersion>
謝謝大家。最終我放棄了整個手動插件構建的東西,並與http://builder.addons.mozilla.org 去我發現Firefox開發人員的經驗相比,Chrome瀏覽器非常差。 – giorgio79