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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access your NCDB groups, notifications, and library right from your Chrome toolbar."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में National Center on Deaf-Blindness एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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