在Firefox上卸载webapp

oli*_*bre 4 javascript firefox web-applications uninstall mozapps

要卸载一个Web应用程序,Mozilla说要转到about:apps.因此,我询问有关Firefox的锚链接:config.但似乎无法从网页转到about:config(或about:apps).

然后,Joum建议navigator.mozApps.mgmg.uninstall()按照Mathieu Rochette的指示使用.

但是如何navigator.mozApps.mgmg.uninstall()在网页中使用?
在Firefox上卸载webapp的其他方法有哪些?

Nin*_*Sun 9

我在Linux上运行Firefox,我想分享我的解决方案,但它可能无法在Windows或其他平台上运行.

Firefox为您家中的每个Web应用程序创建一个.directory,例如:

~/.http\;robnyman.github.com
Run Code Online (Sandbox Code Playgroud)

你可以跑

~/.http\;robnyman.github.com/webapprt-stub -remove
Run Code Online (Sandbox Code Playgroud)

删除该应用程序.并且您将收到有关卸载该应用程序的通知.