Twinkledot Tab Notifier

Don't ever miss notifications on changed tabs

What is Twinkledot Tab Notifier?

Twinkledot Tab Notifier is a Chrome extension developed by enter., and its main feature is "Don't ever miss notifications on changed tabs".

Extension Screenshots

screenshot

Download Twinkledot Tab Notifier Extension CRX File

Download Twinkledot Tab Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Twinkledot Tab Notifier Twinkledot Tab Notifier
ID oabcnplfjbnkdpaihdoaapmficokiphh
Official URL https://chromewebstore.google.com/detail/twinkledot-tab-notifier/oabcnplfjbnkdpaihdoaapmficokiphh
Description Don't ever miss notifications on changed tabs
File Size 38.46 KB
Installation Count 387
Current Version 0.0.2
Last Updated 2015-04-09
Publish Date 2015-04-09
Rating 3.82/5 Total 11 Ratings
Developer enter.
Payment Type free
Supported Languages 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"
        ]
    }
}