National Center on Deaf-Blindness

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

¿Qué es National Center on Deaf-Blindness?

National Center on Deaf-Blindness es una extensión de Chrome desarrollada por https://nationaldb.org, y su función principal es "Access your NCDB groups, notifications, and library right from your Chrome toolbar.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión National Center on Deaf-Blindness

Descarga archivos de extensión National Center on Deaf-Blindness en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre National Center on Deaf-Blindness National Center on Deaf-Blindness
ID komcdpbjpemnfmecaccgidichebmheeg
URL Oficial https://chromewebstore.google.com/detail/national-center-on-deaf-b/komcdpbjpemnfmecaccgidichebmheeg
Descripción Access your NCDB groups, notifications, and library right from your Chrome toolbar.
Tamaño del Archivo 113 KB
Cantidad de Instalaciones 25
Versión Actual 0.0.2
Última Actualización 2015-12-11
Fecha de Publicación 2015-12-11
Desarrollador https://nationaldb.org
Tipo de Pago free
Sitio Web de la Extensión https://nationaldb.org
Idiomas Soportados 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
    }
}