National Center on Deaf-Blindness
Access your NCDB groups, notifications, and library right from your Chrome toolbar.
Что такое National Center on Deaf-Blindness?
National Center on Deaf-Blindness - это расширение Chrome, разработанное https://nationaldb.org, и его основная функция - "Access your NCDB groups, notifications, and library right from your Chrome toolbar.".
Снимки экрана расширения
Скачать файл CRX расширения National Center on Deaf-Blindness
Скачайте файлы расширений National Center on Deaf-Blindness в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | komcdpbjpemnfmecaccgidichebmheeg |
| Официальный URL | https://chromewebstore.google.com/detail/national-center-on-deaf-b/komcdpbjpemnfmecaccgidichebmheeg |
| Описание | Access your NCDB groups, notifications, and library right from your Chrome toolbar. |
| Размер файла | 113 KB |
| Количество установок | 25 |
| Текущая Версия | 0.0.2 |
| Последнее Обновление | 2015-12-11 |
| Дата публикации | 2015-12-11 |
| Разработчик | https://nationaldb.org |
| Тип оплаты | free |
| Официальный сайт расширения | https://nationaldb.org |
| Поддерживаемые языки | 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
}
} | |