Bookmark Icon
Adds a bookmarks icon to the toolbar
Bookmark Icon란 무엇입니까?
Bookmark Icon은(는) fclancy78에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a bookmarks icon to the toolbar"입니다.
확장 프로그램 스크린샷
Bookmark Icon 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds a bookmarks icon to the toolbar. Bookmarks can be displayed in folders or as a collapsible list. Bookmarks can also be displayed in a panel window by right-clicking the icon. There is also an option to add a "bookmarks" item to the devtools toolbar so that the bookmarks can be displayed at the side of the window.
확장 프로그램 기본 정보
이름 | Bookmark Icon |
ID | apkcacbhdpjmpgbioenjmjdlecijmbch |
공식 URL | https://chromewebstore.google.com/detail/bookmark-icon/apkcacbhdpjmpgbioenjmjdlecijmbch |
설명 | Adds a bookmarks icon to the toolbar |
파일 크기 | 102 KB |
설치 횟수 | 3,774 |
현재 버전 | 1.7 |
최근 업데이트 | 2016-12-17 |
출시 날짜 | 2016-12-17 |
평점 | 4.46/5 총 24 개의 평점 |
개발자 | fclancy78 |
결제 유형 | free |
지원되는 언어 | id,ms,de,en,fil,fr,nl,no,vi,tr,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "eventpage.js" ] }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "__MSG_icon_label__", "default_popup": "popup.html?popup" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+B" } } }, "default_locale": "en", "description": "__MSG_description__", "devtools_page": "devtools.html", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "__MSG_extension_name__", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "storage", "*:\/\/*\/*", "chrome:\/\/favicon\/", "contextMenus", "bookmarks" ], "version": "1.7" } |