Bookmarks Collections
Create collections and switch between multiple bookmarks bars
什么是Bookmarks Collections?
Bookmarks Collections是由Teddy Thioulouse开发的Chrome扩展程序,该扩展的主要功能是“Create collections and switch between multiple bookmarks bars”。
扩展截图
下载Bookmarks Collections扩展crx文件
下载Bookmarks Collections扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bookmarks Collections lets you create bookmarks collections and switch between multiple bookmarks bars.
A badge can be added to the extension icon with the label of your collections.
Note: this may not work well with favorites sync enabled. Please consider disable this functionality to prevent any bad behaviour. 扩展基本信息
| 名称 | |
| ID | kgengcoeabnofimgfhojmecmkkmgnkmm |
| 官方URL | https://chromewebstore.google.com/detail/bookmarks-collections/kgengcoeabnofimgfhojmecmkkmgnkmm |
| 简介 | Create collections and switch between multiple bookmarks bars |
| 文件大小 | 1.76 MB |
| 安装次数 | 381 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2020-07-24 |
| 上架时间 | 2020-07-14 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Teddy Thioulouse |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en,fr,es,hi,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "1.0.3",
"default_locale": "en",
"author": "Teddy Thioulouse",
"background": {
"scripts": [
"js\/browser-polyfill.min.js",
"js\/background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Bookmarks Collections",
"default_popup": "html\/popup.html",
"default_icon": {
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
}
},
"permissions": [
"bookmarks",
"storage"
]
} | |