Bookmarks
Bookmarks popup window gives you quick access to your favorite websites.
Bookmarks란 무엇입니까?
Bookmarks은(는) Make it Simpler에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmarks popup window gives you quick access to your favorite websites."입니다.
확장 프로그램 스크린샷
Bookmarks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simple and powerful popup bookmark manager. Dropdown list of bookmarks, available at any time. Compact organizer of favorite sites, which is always close at hand. Size: 17 KB. ✔ Changing bookmarks descriptions and links with one click. ✔ Creating, moving or deleting bookmarks and folders on the fly. ✔ Customizable popup window. ✔ Search bar helps you to find the tab from its description or link (Ctrl + F).
확장 프로그램 기본 정보
이름 | Bookmarks |
ID | nciallonbllgijobgkfanodhehkkkkki |
공식 URL | https://chromewebstore.google.com/detail/bookmarks/nciallonbllgijobgkfanodhehkkkkki |
설명 | Bookmarks popup window gives you quick access to your favorite websites. |
파일 크기 | 18.41 KB |
설치 횟수 | 7,554 |
현재 버전 | 1.3.4 |
최근 업데이트 | 2016-12-17 |
출시 날짜 | 2016-12-17 |
평점 | 4.66/5 총 170 개의 평점 |
개발자 | Make it Simpler |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | de,en,fr,es,it,ru,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "page": "b.htm" }, "name": "__MSG_extName__", "version": "1.3.4", "description": "__MSG_extDes__", "icons": { "128": "i\/2.png", "48": "i\/1.png", "19": "i\/0.png" }, "browser_action": { "default_icon": "i\/0.png", "default_title": "__MSG_extName__", "default_popup": "p.htm" }, "default_locale": "en", "options_page": "o.htm", "options_ui": { "page": "o.htm", "chrome_style": true }, "offline_enabled": true, "minimum_chrome_version": "42", "permissions": [ "chrome:\/\/favicon\/", "bookmarks", "storage" ] } |