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ファイルをダウンロード
Favicon Badges拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" } } |