Über simple bookmark count
Shows an icon with the bookmark count.
Über simple bookmark count란 무엇입니까?
Über simple bookmark count은(는) Eduardo Noeda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows an icon with the bookmark count."입니다.
확장 프로그램 스크린샷
Über simple bookmark count 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Shows an icon with the bookmark count. Updates this counting when you click the icon. Version History v1.2 (17 Feb 2014) - Shows the bookmark count in the tooltip. - If there are more than 10,000 bookmarks, it show the count in the format 10k0 (but you can see the exact number in the tooltip). v1.0 (Jun 2012) - Initial version
확장 프로그램 기본 정보
이름 | Über simple bookmark count |
ID | mogbbilahcoegijagmcmleheifpijffa |
공식 URL | https://chromewebstore.google.com/detail/%C3%BCber-simple-bookmark-coun/mogbbilahcoegijagmcmleheifpijffa |
설명 | Shows an icon with the bookmark count. |
파일 크기 | 73.08 KB |
설치 횟수 | 3,022 |
현재 버전 | 1.2 |
최근 업데이트 | 2014-02-17 |
출시 날짜 | 2014-02-17 |
평점 | 4.61/5 총 33 개의 평점 |
개발자 | Eduardo Noeda |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u00dcber simple bookmark count", "version": "1.2", "manifest_version": 2, "description": "Shows an icon with the bookmark count.", "browser_action": { "default_icon": "icon-128.png", "default_title": "Click to count your bookmarks" }, "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "background": { "scripts": [ "bmcount.js" ] }, "permissions": [ "bookmarks" ] } |