Extensions Page Keyboard Shortcut
Use Ctrl+Shift+E to go to the Chrome Extensions Page.
ما هو Extensions Page Keyboard Shortcut؟
Extensions Page Keyboard Shortcut هو إضافة Chrome تم تطويرها بواسطة Kyle Ryan، والميزة الرئيسية لها هي "Use Ctrl+Shift+E to go to the Chrome Extensions Page.".
تحميل ملف CRX للإضافة Extensions Page Keyboard Shortcut
قم بتنزيل ملفات الامتداد Extensions Page Keyboard Shortcut بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You should be able to go to the bottom of the extensions page to "Keyboard shortcuts" and customize the bind to whatever you want. For Mac users, the shortcut will default to Cmd+Shift+E.
معلومات أساسية عن التمديد
الاسم | |
ID | pjbmajgbglabooidnlhknimeofmclleg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/extensions-page-keyboard/pjbmajgbglabooidnlhknimeofmclleg |
الوصف | Use Ctrl+Shift+E to go to the Chrome Extensions Page. |
حجم الملف | 6.58 KB |
عدد التثبيتات | 22 |
النسخة الحالية | 1.1 |
آخر تحديث | 2014-07-25 |
تاريخ النشر | 2014-07-25 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Kyle Ryan |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Extensions Page Keyboard Shortcut", "version": "1.1", "description": "Use Ctrl+Shift+E to go to the Chrome Extensions Page.", "icons": { "16": "icon128.png", "48": "icon128.png", "128": "icon128.png" }, "background": { "page": "background.html" }, "author": "Kyle Ryan", "commands": { "open-ext": { "suggested_key": { "default": "Ctrl+Shift+E", "chromeos": "Ctrl+Shift+E", "linux": "Ctrl+Shift+E" }, "description": "Open Extensions page" } }, "short_name": "Extensions Page Shortcut" } |