在 Firefox < a href=""中,https:// developmenter.mozilla.org/en/Addons/Add-on_Manager" rel="nofollow" >此代码 可安装新加号 :
Components.utils.import("resource://gre/modules/AddonManager.jsm");
AddonManager.getInstallForURL("http://www.foo.com/test.xpi", function(aInstall) {
// aInstall is an instance of {{AMInterface("AddonInstall")}}
aInstall.install();
}, "application/x-xpinstall");
我用它来做定制更新器,并且非常有效。现在我想问“坚固”是否有类似“铬扩展”的东西?“/坚固”