JS Keycodes
Quick. Easy. Clean. Get access to JavaScript keycodes with this extension.
Apa itu JS Keycodes?
JS Keycodes adalah ekstensi Chrome yang dikembangkan oleh Anthony Nguyen, dan fitur utamanya adalah "Quick. Easy. Clean. Get access to JavaScript keycodes with this extension.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi JS Keycodes
Unduh file ekstensi JS Keycodes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ecbgfaknefciohefioielbfiankklomd |
URL Resmi | https://chrome.google.com/webstore/detail/ecbgfaknefciohefioielbfiankklomd |
Deskripsi | Quick. Easy. Clean. Get access to JavaScript keycodes with this extension. |
Ukuran File | 10.03 KB |
Jumlah Instalasi | 26 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2016-08-16 |
Tanggal Publikasi | 2016-08-16 |
Pengembang | Anthony Nguyen |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/" ] } |