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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
✔ 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": [] } |