JS Keycodes

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

Vad är JS Keycodes?

JS Keycodes är en Chrome-tillägg utvecklad av Anthony Nguyen, och dess huvudfunktion är "Quick. Easy. Clean. Get access to JavaScript keycodes with this extension.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner JS Keycodes-förlängningens CRX-fil

Ladda ner JS Keycodes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn JS Keycodes JS Keycodes
ID ecbgfaknefciohefioielbfiankklomd
Officiell webbadress https://chrome.google.com/webstore/detail/ecbgfaknefciohefioielbfiankklomd
Beskrivning Quick. Easy. Clean. Get access to JavaScript keycodes with this extension.
Filstorlek 10.03 KB
Antal Installationer 26
Aktuell Version 1.1
Senast Uppdaterad 2016-08-16
Publiceringsdatum 2016-08-16
Utvecklare Anthony Nguyen
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/"
    ]
}