Pretty Good Bookmarks
Bookmark websites on pretty-good-bookmarks.com.
什么是Pretty Good Bookmarks?
Pretty Good Bookmarks是由https://www.pretty-good-bookmarks.com开发的Chrome扩展程序,该扩展的主要功能是“Bookmark websites on pretty-good-bookmarks.com.”。
扩展截图
下载Pretty Good Bookmarks扩展crx文件
下载Pretty Good Bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The free online bookmark manager that leaves nothing to be desired. Easy to use with drag and drop. For all devices and screens. All functions are free.
扩展基本信息
名称 | Pretty Good Bookmarks |
ID | fmidaolmehlkhgeeaoglmgbphbaghgmo |
官方URL | https://chromewebstore.google.com/detail/pretty-good-bookmarks/fmidaolmehlkhgeeaoglmgbphbaghgmo |
简介 | Bookmark websites on pretty-good-bookmarks.com. |
文件大小 | 4.84 KB |
安装次数 | 36 |
当前版本 | 1.2 |
更新时间 | 2020-11-09 |
上架时间 | 2020-11-08 |
开发者 | https://www.pretty-good-bookmarks.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "contextMenus" ], "browser_action": { "default_title": "__MSG_defaultTitle__", "default_icon": "pgb.png" }, "manifest_version": 2 } |