Netvibes Notifier

Displays the number of unread items in your Netvibes account.

Apa itu Netvibes Notifier?

Netvibes Notifier adalah ekstensi Chrome yang dikembangkan oleh Mickael Blatière, dan fitur utamanya adalah "Displays the number of unread items in your Netvibes account.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Netvibes Notifier

Unduh file ekstensi Netvibes 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

                        Version 0.2:
 - Multiple feeds support
 - Secure feeds support
 - Options page to select a dashboard

Version 0.1:
 - Displays the number of unread items in your feeds                    

Informasi Dasar Ekstensi

Nama Netvibes Notifier Netvibes Notifier
ID gaddempjlhhmknkhnhepmpfngekbjleg
URL Resmi https://chromewebstore.google.com/detail/netvibes-notifier/gaddempjlhhmknkhnhepmpfngekbjleg
Deskripsi Displays the number of unread items in your Netvibes account.
Ukuran File 18.84 KB
Jumlah Instalasi 715
Versi Saat Ini 0.2.10
Terakhir Diperbarui 2017-12-19
Tanggal Publikasi 2017-12-19
Penilaian 3.00/5 Total 31 Penilaian
Pengembang Mickael Blatière
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netvibes Notifier",
    "version": "0.2.10",
    "manifest_version": 2,
    "description": "Displays the number of unread items in your Netvibes account.",
    "icons": {
        "128": "img\/icon_128.png",
        "64": "img\/icon_64.png",
        "32": "img\/icon_32.png",
        "16": "img\/icon_16.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "js\/application.js",
        "js\/background.js",
        "js\/options.js"
    ],
    "permissions": [
        "tabs",
        "*:\/\/*.netvibes.com\/*"
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": "img\/disabled_64.png"
    }
}