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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | ecbgfaknefciohefioielbfiankklomd |
官方網址 | 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\/" ] } |