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
公式URL 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
Eメール [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": []
}