National Center on Deaf-Blindness
Access your NCDB groups, notifications, and library right from your Chrome toolbar.
Hvad er National Center on Deaf-Blindness?
National Center on Deaf-Blindness er en Chrome-udvidelse udviklet af https://nationaldb.org, og dens hovedfunktion er "Access your NCDB groups, notifications, and library right from your Chrome toolbar.".
Udvidelsesskærmbilleder
Download National Center on Deaf-Blindness-udvidelses-CRX-fil
Download National Center on Deaf-Blindness-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | komcdpbjpemnfmecaccgidichebmheeg |
| Officiel URL | https://chromewebstore.google.com/detail/national-center-on-deaf-b/komcdpbjpemnfmecaccgidichebmheeg |
| Beskrivelse | Access your NCDB groups, notifications, and library right from your Chrome toolbar. |
| Filstørrelse | 113 KB |
| Antal Installationer | 25 |
| Nuværende Version | 0.0.2 |
| Senest Opdateret | 2015-12-11 |
| Udgivelsesdato | 2015-12-11 |
| Udvikler | https://nationaldb.org |
| Betalingsmetode | free |
| Udvidelseswebsted | https://nationaldb.org |
| Understøttede Sprog | 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
}
} | |