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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 National Center on Deaf-Blindness
ID komcdpbjpemnfmecaccgidichebmheeg
官方網址 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
    }
}