Keyworks
Customize keyboard shortcuts.
ما هو Keyworks؟
Keyworks هو إضافة Chrome تم تطويرها بواسطة r7kamura، والميزة الرئيسية لها هي "Customize keyboard shortcuts.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Keyworks
قم بتنزيل ملفات الامتداد Keyworks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You can attach the following actions to your favorite shortcut keys: - CopyToClipboardAction - GoBackAction - GoForwardAction - OpenUrlAction - OpenUrlInNewTabAction - ScrollDownAction - ScrollUpAction
معلومات أساسية عن التمديد
الاسم | Keyworks |
ID | chmkmpahmlgaaincbbdfnplohkkkapdl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/keyworks/chmkmpahmlgaaincbbdfnplohkkkapdl |
الوصف | Customize keyboard shortcuts. |
حجم الملف | 262 KB |
عدد التثبيتات | 274 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2016-11-08 |
تاريخ النشر | 2016-11-08 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | r7kamura |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Keyworks", "description": "__MSG_applicationDescription__", "version": "0.1.0", "author": "Ryo Nakamura", "background": { "persistent": false, "scripts": [ "assets\/background.js" ] }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_title": "Keyworks" }, "content_scripts": [ { "js": [ "assets\/content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start" } ], "default_locale": "en", "homepage_url": "https:\/\/github.com\/r7kamura\/keyworks", "icons": { "16": "images\/icon16.png", "19": "images\/icon19.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2, "options_page": "html\/options.html", "permissions": [ "clipboardRead", "storage" ], "short_name": "Keyworks" } |