Notifycon

Show notification count on icon. Only for pinned tabs.

什麼是Notifycon?

Notifycon是由https://www.rain1.it開發的Chrome擴展程式,該擴展的主要功能是“Show notification count on icon. Only for pinned tabs.”。

擴展截圖

screenshot
screenshot

下載Notifycon擴展crx文件

下載Notifycon擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Pinned tabs are awesome. But the biggest problem is the document title hidden. So, why don't show the number of notification on favicon? That's all. More features in progress and feedback is welcome                    

擴展基本資訊

名稱 Notifycon Notifycon
ID jaoianckkhlbbeodjpaajaimlpidbckh
官方網址 https://chromewebstore.google.com/detail/notifycon/jaoianckkhlbbeodjpaajaimlpidbckh
簡介 Show notification count on icon. Only for pinned tabs.
檔案大小 29.17 KB
安裝次數 1,103
目前版本 0.9.0
更新時間 2016-06-27
上架時間 2016-06-27
評分 4.18/5 共 28 次評分
開發者 https://www.rain1.it
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=link
說明頁面URL http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=faq
支援的語言 en,it,hu,sr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "Notifycon",
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "version": "0.9.0",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "background": {
        "scripts": [
            "js\/Rain1\/Overlay.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Notifycon",
        "default_icon": "img\/16.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": []
}