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 |
官方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 |
电子邮箱 | [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\/" ] } |