Notifycon

Show notification count on icon. Only for pinned tabs.

Notifycon क्या है?

Notifycon https://www.rain1.it द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show notification count on icon. Only for pinned tabs."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Notifycon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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": []
}