JS Keycodes
Quick. Easy. Clean. Get access to JavaScript keycodes with this extension.
JS Keycodes là gì?
JS Keycodes là một tiện ích mở rộng Chrome được phát triển bởi Anthony Nguyen, và tính năng chính của nó là "Quick. Easy. Clean. Get access to JavaScript keycodes with this extension.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng JS Keycodes
Tải xuống các tệp mở rộng JS Keycodes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ecbgfaknefciohefioielbfiankklomd |
URL Chính Thức | https://chrome.google.com/webstore/detail/ecbgfaknefciohefioielbfiankklomd |
Mô tả | Quick. Easy. Clean. Get access to JavaScript keycodes with this extension. |
Kích Thước Tệp | 10.03 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2016-08-16 |
Ngày Phát Hành | 2016-08-16 |
Nhà Phát Triển | Anthony Nguyen |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |