Custom Bookmarks
Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later…
什么是Custom Bookmarks?
Custom Bookmarks是由evil.bot3000开发的Chrome扩展程序,该扩展的主要功能是“Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later…”。
扩展截图
下载Custom Bookmarks扩展crx文件
下载Custom Bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later stage more actions will be added, like delete, drag & drop bookmarks to folders, and more views. 扩展基本信息
| 名称 | |
| ID | bkhmiabadbepbmipplmhadmhpobofmgj |
| 官方URL | https://chromewebstore.google.com/detail/custom-bookmarks/bkhmiabadbepbmipplmhadmhpobofmgj |
| 简介 | Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later… |
| 文件大小 | 483 KB |
| 安装次数 | 126 |
| 当前版本 | 0.1 |
| 更新时间 | 2016-05-25 |
| 上架时间 | 2016-05-13 |
| 评分 | 5.00/5 共8次评分 |
| 开发者 | evil.bot3000 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Custom Bookmarks",
"version": "0.1",
"manifest_version": 2,
"icons": {
"128": "build\/icons\/icon128.png"
},
"chrome_url_overrides": {
"bookmarks": "bookmarks.html"
},
"permissions": [
"bookmarks"
],
"background": {
"scripts": [
"build\/background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Custom Bookmarks"
}
} | |