Favicon Badges
Displays an unread count badge on a webpage's icon.
Favicon Badges란 무엇입니까?
Favicon Badges은(는) Tilman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays an unread count badge on a webpage's icon."입니다.
확장 프로그램 스크린샷
Favicon Badges 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will show an unread count badge on a webpage's icon. It will work on all pages whose page title contains a number in parentheses. This is especially useful for pinned tabs. Updates: --------- 0.2.0 - Fixed clicking popup button not working - Improved setting synchronization - Improved settings page 0.1.6 - Updated for latest version of Chrome - Now syncs settings between computers 0.1.5 - Fixed badge not vanishing every time 0.1.4: - Fixed badge sometimes not showing up.
확장 프로그램 기본 정보
이름 | Favicon Badges |
ID | fjnaohmeicdkcipkhddeaibfhmbobbfm |
공식 URL | https://chromewebstore.google.com/detail/favicon-badges/fjnaohmeicdkcipkhddeaibfhmbobbfm |
설명 | Displays an unread count badge on a webpage's icon. |
파일 크기 | 25.15 KB |
설치 횟수 | 242 |
현재 버전 | 0.2.0 |
최근 업데이트 | 2013-02-11 |
출시 날짜 | 2013-02-11 |
평점 | 3.71/5 총 14 개의 평점 |
개발자 | Tilman |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Favicon Badges", "version": "0.2.0", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "description": "Displays an unread count badge on a webpage's icon.", "background": { "scripts": [ "constants.js", "lib.js", "background.js" ] }, "options_page": "options.html", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "page_action": { "default_icon": "img\/icon19.png", "default_title": "FaviconCounters", "default_popup": "popup.html" } } |