Favicon Badges

Displays an unread count badge on a webpage's icon.

Favicon Badgesคืออะไร?

Favicon Badges เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tilman และคุณลักษณะหลักของมันคือ "Displays an unread count badge on a webpage's icon."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Favicon Badges

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}