[Seek Help] 深度系统下如何将 web网站保存为应用 ?
Tofloor
poster avatar
铁山老道孔乙己
deepin
2023-03-31 20:30
Author

在 mint 上有一个叫做 webapp 小工具,可以把 网页保存为 webapp 应用。这样可以直接从应用菜单里找到,并且可以直接启动,非常方便。

早期的某些浏览器也提供了类似的功能,但是现在找不到了。

在 深度系统 中,有没有类似的功能?

Reply Favorite View the author
All Replies
谢克辉
deepin
2023-03-31 20:32
#1

edge好像有这个功能

Reply View the author
铁山老道孔乙己
deepin
2023-03-31 20:48
#2

使用深度自带的浏览器,选择保存为快捷方式。然后对生成的 .desktop 文件进行编辑就可以了。

joy

Reply View the author
DebuggerX
deepin
2023-03-31 21:25
#3

自己写个desktop文件就行了,命令那里写

browser -app='https://www.baidu.com'

就行了,点开这个桌面图标就是webapp模式的百度。

网址可以任意更换,前面的browser就是deepin自带浏览器,如果想用chrome或者firefox,只要换成对应程序的绝对路径就行了,比如我的:

/opt/apps/cn.google.chrome/files/chrome -app='https://mail.163.com/'
Reply View the author
云的眼泪
deepin
2023-03-31 22:23
#4

https://bbs.deepin.org/post/236453

Reply View the author
方老四
deepin
2023-04-01 01:54
#5

主流浏览器都有这个功能,

image.png

Reply View the author
LiuYongzhang
deepin
2023-04-01 02:29
#6

你所要的好像是这个
image.png

Reply View the author