Command Palette
Speed up your productivity without having to learn keyboard shortcuts.
ما هو Command Palette؟
Command Palette هو إضافة Chrome تم تطويرها بواسطة athal7، والميزة الرئيسية لها هي "Speed up your productivity without having to learn keyboard shortcuts.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Command Palette
قم بتنزيل ملفات الامتداد Command Palette بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Want to improve your productivity, but don't want to learn keyboard shortcuts? With Command Palette, you can become a power user instantly, with a single command. Supported Websites: - Gmail Vote for more sites here: https://github.com/sponsors/athal7
معلومات أساسية عن التمديد
الاسم | |
ID | cpnjadnfdpmdfplhnfjbgngcokgmkmpd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/command-palette/cpnjadnfdpmdfplhnfjbgngcokgmkmpd |
الوصف | Speed up your productivity without having to learn keyboard shortcuts. |
حجم الملف | 105 KB |
عدد التثبيتات | 31 |
النسخة الحالية | 0.3.0 |
آخر تحديث | 2020-07-25 |
تاريخ النشر | 2020-07-24 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | athal7 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Command Palette", "description": "Speed up your productivity without having to learn keyboard shortcuts.", "version": "0.3.0", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content-script.js" ] } ], "permissions": [ "storage" ], "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "default_popup": "options.html" }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |