JS Keycodes
Quick. Easy. Clean. Get access to JavaScript keycodes with this extension.
JS Keycodesคืออะไร?
JS Keycodes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anthony Nguyen และคุณลักษณะหลักของมันคือ "Quick. Easy. Clean. Get access to JavaScript keycodes with this extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JS Keycodes
ดาวน์โหลดไฟล์ส่วนขยาย 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\/" ] } |