JS Keycodes

Quick. Easy. Clean. Get access to JavaScript keycodes with this extension.

JS Keycodes क्या है?

JS Keycodes Anthony Nguyen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick. Easy. Clean. Get access to JavaScript keycodes with this extension."।

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

screenshot
screenshot

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

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

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

                        JS Keycodes is a simple chrome extension to help JavaScript developers get easy access to those pesky event keycodes. The tool is meant to be a quick reference with intuitive design.

Instructions are simple, run the extension, then type in the character you want to see the keycode for.                    

एक्सटेंशन की मूल जानकारी

नाम JS Keycodes JS Keycodes
ID ecbgfaknefciohefioielbfiankklomd
आधिकारिक URL https://chrome.google.com/webstore/detail/ecbgfaknefciohefioielbfiankklomd
विवरण Quick. Easy. Clean. Get access to JavaScript keycodes with this extension.
फ़ाइल का आकार 10.03 KB
स्थापना संख्या 26
वर्तमान संस्करण 1.1
अंतिम अपडेट 2016-08-16
प्रकाशन तिथि 2016-08-16
डेवलपर Anthony Nguyen
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JS Keycodes",
    "version": "1.1",
    "description": "Quick. Easy. Clean. Get access to JavaScript keycodes with this extension.",
    "icons": {
        "16": "\/res\/js-keycode-icon16.png",
        "48": "\/res\/js-keycode-icon48.png",
        "128": "\/res\/js-keycode-icon128.png"
    },
    "browser_action": {
        "default_icon": "\/res\/js-keycode-icon16.png",
        "default_popup": "\/view\/index.html"
    },
    "short_name": "js-keycodes",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}