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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nationaldb.org และคุณลักษณะหลักของมันคือ "Access your NCDB groups, notifications, and library right from your Chrome toolbar."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย National Center on Deaf-Blindness

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
    }
}