Twinkledot Tab Notifier
Don't ever miss notifications on changed tabs
Was ist Twinkledot Tab Notifier?
Twinkledot Tab Notifier ist eine Chrome-Erweiterung, die von enter. entwickelt wurde, und ihr Hauptmerkmal ist "Don't ever miss notifications on changed tabs".
Erweiterungsscreenshots
Twinkledot Tab Notifier-Erweiterungs-CRX-Datei herunterladen
Laden Sie Twinkledot Tab Notifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        This extension adds a notification over your pinned tabs when something has happened in the tab: new message arrived, new items to read etc.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | oabcnplfjbnkdpaihdoaapmficokiphh | 
| Offizielle URL | https://chromewebstore.google.com/detail/twinkledot-tab-notifier/oabcnplfjbnkdpaihdoaapmficokiphh | 
| Beschreibung | Don't ever miss notifications on changed tabs | 
| Dateigröße | 38.46 KB | 
| Installationsanzahl | 387 | 
| Aktuelle Version | 0.0.2 | 
| Letztes Update | 2015-04-09 | 
| Veröffentlichungsdatum | 2015-04-09 | 
| Bewertung | 3.82/5 Insgesamt 11 Bewertungen | 
| Entwickler | enter. | 
| Zahlungsart | free | 
| Unterstützte Sprachen | 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"
        ]
    }
}  |  |