JS Keycodes

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

Wat is JS Keycodes?

JS Keycodes is een Chrome-extensie ontwikkeld door Anthony Nguyen, en de belangrijkste functie is "Quick. Easy. Clean. Get access to JavaScript keycodes with this extension.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie JS Keycodes

Download JS Keycodes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam JS Keycodes JS Keycodes
ID ecbgfaknefciohefioielbfiankklomd
Officiële URL https://chrome.google.com/webstore/detail/ecbgfaknefciohefioielbfiankklomd
Beschrijving Quick. Easy. Clean. Get access to JavaScript keycodes with this extension.
Bestandsgrootte 10.03 KB
Aantal Installaties 26
Huidige Versie 1.1
Laatst Bijgewerkt 2016-08-16
Publicatiedatum 2016-08-16
Ontwikkelaar Anthony Nguyen
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}