Twinkledot Tab Notifier

Don't ever miss notifications on changed tabs

Cos'è Twinkledot Tab Notifier?

Twinkledot Tab Notifier è un'estensione di Chrome sviluppata da enter., e la sua funzione principale è "Don't ever miss notifications on changed tabs".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twinkledot Tab Notifier

Scarica i file di estensione Twinkledot Tab Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension adds a notification over your pinned tabs when something has happened in the tab: new message arrived, new items to read etc.                    

Informazioni di Base sull'Estensione

Nome Twinkledot Tab Notifier Twinkledot Tab Notifier
ID oabcnplfjbnkdpaihdoaapmficokiphh
URL Ufficiale https://chromewebstore.google.com/detail/twinkledot-tab-notifier/oabcnplfjbnkdpaihdoaapmficokiphh
Descrizione Don't ever miss notifications on changed tabs
Dimensione del File 38.46 KB
Conteggio Installazioni 387
Versione Corrente 0.0.2
Ultimo Aggiornamento 2015-04-09
Data di Pubblicazione 2015-04-09
Valutazione 3.82/5 Totale 11 Valutazioni
Sviluppatore enter.
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}