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. 擴展基本資訊
| 名稱 | |
| ID | fjnaohmeicdkcipkhddeaibfhmbobbfm |
| 官方網址 | 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"
}
} | |