Twinkledot Tab Notifier

Don't ever miss notifications on changed tabs

Twinkledot Tab Notifier क्या है?

Twinkledot Tab Notifier enter. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Don't ever miss notifications on changed tabs"।

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

screenshot

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

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

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

                        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"
        ]
    }
}