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 } } |