National Center on Deaf-Blindness
Access your NCDB groups, notifications, and library right from your Chrome toolbar.
Qu'est-ce que National Center on Deaf-Blindness ?
National Center on Deaf-Blindness est une extension Chrome développée par https://nationaldb.org, et sa fonction principale est "Access your NCDB groups, notifications, and library right from your Chrome toolbar.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension National Center on Deaf-Blindness
Téléchargez les fichiers d'extension National Center on Deaf-Blindness au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | National Center on Deaf-Blindness |
ID | komcdpbjpemnfmecaccgidichebmheeg |
URL Officiel | https://chromewebstore.google.com/detail/national-center-on-deaf-b/komcdpbjpemnfmecaccgidichebmheeg |
Description | Access your NCDB groups, notifications, and library right from your Chrome toolbar. |
Taille du Fichier | 113 KB |
Nombre d'Installations | 25 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2015-12-11 |
Date de Publication | 2015-12-11 |
Développeur | https://nationaldb.org |
Type de Paiement | free |
Site Web de l'Extension | https://nationaldb.org |
Langues Prises en Charge | 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 } } |