National Center on Deaf-Blindness
Access your NCDB groups, notifications, and library right from your Chrome toolbar.
Was ist National Center on Deaf-Blindness?
National Center on Deaf-Blindness ist eine Chrome-Erweiterung, die von https://nationaldb.org entwickelt wurde, und ihr Hauptmerkmal ist "Access your NCDB groups, notifications, and library right from your Chrome toolbar.".
Erweiterungsscreenshots
National Center on Deaf-Blindness-Erweiterungs-CRX-Datei herunterladen
Laden Sie National Center on Deaf-Blindness-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | komcdpbjpemnfmecaccgidichebmheeg |
| Offizielle URL | https://chromewebstore.google.com/detail/national-center-on-deaf-b/komcdpbjpemnfmecaccgidichebmheeg |
| Beschreibung | Access your NCDB groups, notifications, and library right from your Chrome toolbar. |
| Dateigröße | 113 KB |
| Installationsanzahl | 25 |
| Aktuelle Version | 0.0.2 |
| Letztes Update | 2015-12-11 |
| Veröffentlichungsdatum | 2015-12-11 |
| Entwickler | https://nationaldb.org |
| Zahlungsart | free |
| Erweiterungswebsite | https://nationaldb.org |
| Unterstützte Sprachen | 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
}
} | |