National Center on Deaf-Blindness
Access your NCDB groups, notifications, and library right from your Chrome toolbar.
O que é National Center on Deaf-Blindness?
National Center on Deaf-Blindness é uma extensão do Chrome desenvolvida por https://nationaldb.org, e sua principal característica é "Access your NCDB groups, notifications, and library right from your Chrome toolbar.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão National Center on Deaf-Blindness
Baixe arquivos de extensão National Center on Deaf-Blindness no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | National Center on Deaf-Blindness |
ID | komcdpbjpemnfmecaccgidichebmheeg |
URL Oficial | https://chromewebstore.google.com/detail/national-center-on-deaf-b/komcdpbjpemnfmecaccgidichebmheeg |
Descrição | Access your NCDB groups, notifications, and library right from your Chrome toolbar. |
Tamanho do Arquivo | 113 KB |
Contagem de Instalações | 25 |
Versão Atual | 0.0.2 |
Última Atualização | 2015-12-11 |
Data de Publicação | 2015-12-11 |
Desenvolvedor | https://nationaldb.org |
Tipo de Pagamento | free |
Site da Extensão | https://nationaldb.org |
Idiomas Suportados | 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 } } |