JS Keycodes

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

JS Keycodesとは何ですか?

JS KeycodesはAnthony Nguyenによって開発されたChromeの拡張機能で、その主な機能は「Quick. Easy. Clean. Get access to JavaScript keycodes with this extension.」です。

拡張機能のスクリーンショット

screenshot
screenshot

JS Keycodes拡張機能のCRXファイルをダウンロード

JS Keycodes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/"
    ]
}