Twinkledot Tab Notifier

Don't ever miss notifications on changed tabs

Twinkledot Tab Notifierคืออะไร?

Twinkledot Tab Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย enter. และคุณลักษณะหลักของมันคือ "Don't ever miss notifications on changed tabs"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twinkledot Tab Notifier

ดาวน์โหลดไฟล์ส่วนขยาย Twinkledot Tab Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension adds a notification over your pinned tabs when something has happened in the tab: new message arrived, new items to read etc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twinkledot Tab Notifier Twinkledot Tab Notifier
ID oabcnplfjbnkdpaihdoaapmficokiphh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twinkledot-tab-notifier/oabcnplfjbnkdpaihdoaapmficokiphh
คำอธิบาย Don't ever miss notifications on changed tabs
ขนาดไฟล์ 38.46 KB
จำนวนการติดตั้ง 387
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2015-04-09
วันที่เผยแพร่ 2015-04-09
คะแนน 3.82/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา enter.
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "Twinkledot Tab Notifier",
    "description": "__MSG_app_desc__",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "chrome:\/\/*\/*"
    ],
    "version": "0.0.2",
    "icons": {
        "128": "img\/128.png",
        "48": "img\/48.png",
        "16": "img\/16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}