Cherry Bookmarks

Organize your bookmarks with categories and tags

什么是Cherry Bookmarks?

Cherry Bookmarks是由David Reeß开发的Chrome扩展程序,该扩展的主要功能是“Organize your bookmarks with categories and tags”。

扩展截图

screenshot
screenshot

下载Cherry Bookmarks扩展crx文件

下载Cherry Bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ✔ Order your bookmarks in categories for better visibility (for example, add a category for all links you still want to read!)

✔ Add custom colored tags to your bookmarks for better organization and searchability

✔ Search your bookmarks with a powerful real-time search

--

Cherry Icon by Artbees (http://artbees.deviantart.com/)                    

扩展基本信息

名称 Cherry Bookmarks Cherry Bookmarks
ID onmnaegclpkfdmikoclheajeonnlmoin
官方URL https://chromewebstore.google.com/detail/cherry-bookmarks/onmnaegclpkfdmikoclheajeonnlmoin
简介 Organize your bookmarks with categories and tags
文件大小 351 KB
安装次数 115
当前版本 1.0
更新时间 2013-10-13
上架时间 2013-10-13
评分 5.00/5 共3次评分
开发者 David Reeß
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cherry Bookmarks",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Organize your bookmarks with categories and tags",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png"
    },
    "author": "David Ree\u00df",
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon19.png"
        },
        "default_title": "Cherry Bookmarks"
    },
    "content_scripts": [],
    "background": {
        "scripts": [
            "scripts\/background\/browser_action.js",
            "scripts\/background\/install_notice.js"
        ]
    },
    "permissions": [
        "storage",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "tabs"
    ],
    "web_accessible_resources": []
}