National Center on Deaf-Blindness
Access your NCDB groups, notifications, and library right from your Chrome toolbar.
National Center on Deaf-Blindness là gì?
National Center on Deaf-Blindness là một tiện ích mở rộng Chrome được phát triển bởi https://nationaldb.org, và tính năng chính của nó là "Access your NCDB groups, notifications, and library right from your Chrome toolbar.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng National Center on Deaf-Blindness
Tải xuống các tệp mở rộng National Center on Deaf-Blindness dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | National Center on Deaf-Blindness |
ID | komcdpbjpemnfmecaccgidichebmheeg |
URL Chính Thức | https://chromewebstore.google.com/detail/national-center-on-deaf-b/komcdpbjpemnfmecaccgidichebmheeg |
Mô tả | Access your NCDB groups, notifications, and library right from your Chrome toolbar. |
Kích Thước Tệp | 113 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2015-12-11 |
Ngày Phát Hành | 2015-12-11 |
Nhà Phát Triển | https://nationaldb.org |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://nationaldb.org |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |