安装本机主机应用程序时添加 firefox webextension
Add a firefox webextension when installing the native host application
我创建了一个与本机主机应用程序通信的 firefox webextension。我还为本机主机应用程序创建了一个安装程序。有没有办法在安装本机主机应用程序时启用 firefox 上的扩展,也许是通过 windows 注册表。提前致谢。
您可以使用注册表进行安装,如以下位置所述:
https://developer.mozilla.org/en-US/Add-ons/Adding_extensions_using_the_Windows_registry
有关包含 Windows 以外平台的一般说明,请参阅:
https://developer.mozilla.org/en-US/Add-ons/Installing_extensions
我创建了一个与本机主机应用程序通信的 firefox webextension。我还为本机主机应用程序创建了一个安装程序。有没有办法在安装本机主机应用程序时启用 firefox 上的扩展,也许是通过 windows 注册表。提前致谢。
您可以使用注册表进行安装,如以下位置所述: https://developer.mozilla.org/en-US/Add-ons/Adding_extensions_using_the_Windows_registry
有关包含 Windows 以外平台的一般说明,请参阅: https://developer.mozilla.org/en-US/Add-ons/Installing_extensions