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
官方網址 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": []
}