Twinkledot Tab Notifier

Don't ever miss notifications on changed tabs

什麼是Twinkledot Tab Notifier?

Twinkledot Tab Notifier是由enter.開發的Chrome擴展程式,該擴展的主要功能是“Don't ever miss notifications on changed tabs”。

擴展截圖

screenshot
screenshot
screenshot

下載Twinkledot Tab Notifier擴展crx文件

下載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
官方網址 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"
        ]
    }
}