Cherry Bookmarks
Organize your bookmarks with categories and tags
Cherry Bookmarks là gì?
Cherry Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi David Reeß, và tính năng chính của nó là "Organize your bookmarks with categories and tags".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cherry Bookmarks
Tải xuống các tệp mở rộng Cherry Bookmarks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
✔ 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/)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cherry Bookmarks |
ID | onmnaegclpkfdmikoclheajeonnlmoin |
URL Chính Thức | https://chromewebstore.google.com/detail/cherry-bookmarks/onmnaegclpkfdmikoclheajeonnlmoin |
Mô tả | Organize your bookmarks with categories and tags |
Kích Thước Tệp | 351 KB |
Số Lần Cài Đặt | 115 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2013-10-13 |
Ngày Phát Hành | 2013-10-13 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | David Reeß |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |