Twinkledot Tab Notifier

Don't ever miss notifications on changed tabs

Apa itu Twinkledot Tab Notifier?

Twinkledot Tab Notifier adalah ekstensi Chrome yang dikembangkan oleh enter., dan fitur utamanya adalah "Don't ever miss notifications on changed tabs".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Twinkledot Tab Notifier

Unduh file ekstensi Twinkledot Tab Notifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Twinkledot Tab Notifier Twinkledot Tab Notifier
ID oabcnplfjbnkdpaihdoaapmficokiphh
URL Resmi https://chromewebstore.google.com/detail/twinkledot-tab-notifier/oabcnplfjbnkdpaihdoaapmficokiphh
Deskripsi Don't ever miss notifications on changed tabs
Ukuran File 38.46 KB
Jumlah Instalasi 387
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2015-04-09
Tanggal Publikasi 2015-04-09
Penilaian 3.82/5 Total 11 Penilaian
Pengembang enter.
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}