TopBookmarkToolbar
A convenient bookmarks toolbar on the top of web pages.
TopBookmarkToolbar란 무엇입니까?
TopBookmarkToolbar은(는) tzengshinfu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A convenient bookmarks toolbar on the top of web pages."입니다.
확장 프로그램 스크린샷
TopBookmarkToolbar 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A convenient bookmarks toolbar on the top of web pages. v1.1.0 Release Notes: [1]Add collapse menu function. -> when root bookmarks overflowed toolbar [2]Add pause showing toolbar in 10sec function. -> on right click menu v1.1.2 Bug fixes: [1]Fix menu without scrollbar. -> when bookmarks go out of window viewable area
확장 프로그램 기본 정보
이름 | TopBookmarkToolbar |
ID | obbhcemdieglpilieepgcbhpocmbkphm |
공식 URL | https://chromewebstore.google.com/detail/topbookmarktoolbar/obbhcemdieglpilieepgcbhpocmbkphm |
설명 | A convenient bookmarks toolbar on the top of web pages. |
파일 크기 | 10.89 KB |
설치 횟수 | 49 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2017-04-05 |
출시 날짜 | 2017-04-05 |
평점 | 3.00/5 총 3 개의 평점 |
개발자 | tzengshinfu |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.1.2", "default_locale": "en", "minimum_chrome_version": "26", "manifest_version": 2, "permissions": [ "bookmarks", "contextMenus", "activeTab" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_scripts.js" ], "css": [ "mystyles.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "folder.png", "url.png", "collapse.png", "pause.png" ] } |