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是由https://nationaldb.org开发的Chrome扩展程序,该扩展的主要功能是“Access your NCDB groups, notifications, and library right from your Chrome toolbar.”。
扩展截图
下载National Center on Deaf-Blindness扩展crx文件
下载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.
扩展基本信息
名称 | National Center on Deaf-Blindness |
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 } } |