如何在FireFox“安装”网页应用
How to “install” a web application on FireFox
PWA的出现使我们能够把网页如同一个应用般安装在系统上。这缓解了Linux软件的匮乏,也方便了我们办公和日常使用。在PC端目前只有Chromium系浏览器有这完整的PWA支持,FireFox相应功能的开发还遥遥无期。现在我们可以通过”Single Site Browser“来达到类似的体验。
一. 启用FireFox的“Single Site Browser”特性:
在新选项卡中,在地址栏中输入
about:config
,然后按Enter键。 单击接受风险的按钮。在页面的搜索框中输入”ssd“。
双击”browser.ssb.enabled”,将值从false改为true。
重启FireFox
二. 使用参数“–ssb”打开网址:
Linux:
firefox -ssb https://www.google.com
WIndows:
"C:\Program Files\Mozilla Firefox\firefox.exe" -ssb https://www.google.com
三. 创建快捷方式:
Linux:
添加gnome桌面图标,在.local/share/applications新建.desktop文件。
Windows:
右键新建快捷方式并在路径内填入“二”中的命令。
https://support.mozilla.org/zh-CN/questions/1292666
https://images.app.goo.gl/Max7LhsrzkM3eCHj8
https://images.app.goo.gl/hbWM2WTEgsZK8uzT8