Cherry Bookmarks
Organize your bookmarks with categories and tags
Cherry Bookmarksとは何ですか?
Cherry BookmarksはDavid Reeßによって開発されたChromeの拡張機能で、その主な機能は「Organize your bookmarks with categories and tags」です。
拡張機能のスクリーンショット
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 |
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": [] } |