Twinkledot Tab Notifier

Don't ever miss notifications on changed tabs

Wat is Twinkledot Tab Notifier?

Twinkledot Tab Notifier is een Chrome-extensie ontwikkeld door enter., en de belangrijkste functie is "Don't ever miss notifications on changed tabs".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twinkledot Tab Notifier

Download Twinkledot Tab Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Twinkledot Tab Notifier Twinkledot Tab Notifier
ID oabcnplfjbnkdpaihdoaapmficokiphh
Officiële URL https://chromewebstore.google.com/detail/twinkledot-tab-notifier/oabcnplfjbnkdpaihdoaapmficokiphh
Beschrijving Don't ever miss notifications on changed tabs
Bestandsgrootte 38.46 KB
Aantal Installaties 387
Huidige Versie 0.0.2
Laatst Bijgewerkt 2015-04-09
Publicatiedatum 2015-04-09
Beoordeling 3.82/5 Totaal 11 Beoordelingen
Ontwikkelaar enter.
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}