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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/" ] } |