National Center on Deaf-Blindness

Access your NCDB groups, notifications, and library right from your Chrome toolbar.

Apa itu National Center on Deaf-Blindness?

National Center on Deaf-Blindness adalah ekstensi Chrome yang dikembangkan oleh https://nationaldb.org, dan fitur utamanya adalah "Access your NCDB groups, notifications, and library right from your Chrome toolbar.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi National Center on Deaf-Blindness

Unduh file ekstensi National Center on Deaf-Blindness 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

                        The NCDB Chrome extension gives NCDB community members access to their groups, bookmarks, and more right from their Chrome browser.   

- NCDB app dashboard - get to all NCDB network resources with one click.
- Search the NCDB network of sites including Literacy and Families Lead.
- See your group notifications.
- Access to all of your groups.
- Access your account bookmarks.                    

Informasi Dasar Ekstensi

Nama National Center on Deaf-Blindness National Center on Deaf-Blindness
ID komcdpbjpemnfmecaccgidichebmheeg
URL Resmi https://chromewebstore.google.com/detail/national-center-on-deaf-b/komcdpbjpemnfmecaccgidichebmheeg
Deskripsi Access your NCDB groups, notifications, and library right from your Chrome toolbar.
Ukuran File 113 KB
Jumlah Instalasi 25
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2015-12-11
Tanggal Publikasi 2015-12-11
Pengembang https://nationaldb.org
Tipe Pembayaran free
Situs Ekstensi https://nationaldb.org
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "National Center on Deaf-Blindness",
    "manifest_version": 2,
    "version": "0.0.2",
    "description": "Access your NCDB groups, notifications, and library right from your Chrome toolbar.",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "*:\/\/nationaldb.dev\/",
        "*:\/\/*.nationaldb.org\/",
        "alarms",
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/events.js"
        ],
        "persistent": false
    }
}