Togglemeister Chrome Hotkey
Quickly switch between your active app and your browser using a hotkey
ما هو Togglemeister Chrome Hotkey؟
Togglemeister Chrome Hotkey هو إضافة Chrome تم تطويرها بواسطة enter.، والميزة الرئيسية لها هي "Quickly switch between your active app and your browser using a hotkey".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Togglemeister Chrome Hotkey
قم بتنزيل ملفات الامتداد Togglemeister Chrome Hotkey بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Add a global hotkey to toggle chrome visibility, quickly switch between your current app and chrome. After you install the extension: * navigate to chrome://extensions/shortcuts page * search for "Togglemeister Chrome Hotkey" block * fill in "Toggle Chrome Visibility" with your favorite hotkey * change "In Chrome" to "Global" * press the hotkey once to minimize the browser, press same hotkey again to restore and focus chrome
معلومات أساسية عن التمديد
الاسم | Togglemeister Chrome Hotkey |
ID | bodbpghclmdhnfijfjbgodgibdooljnl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/togglemeister-chrome-hotk/bodbpghclmdhnfijfjbgodgibdooljnl |
الوصف | Quickly switch between your active app and your browser using a hotkey |
حجم الملف | 42.26 KB |
عدد التثبيتات | 27 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2020-06-01 |
تاريخ النشر | 2020-05-30 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | enter. |
نوع الدفع | free |
موقع الإضافة | https://github.com/enterdev/togglemeister-chrome |
اللغات المدعومة | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "Togglemeister Chrome Hotkey", "description": "__MSG_app_desc__", "manifest_version": 2, "permissions": [], "version": "0.0.3", "icons": { "128": "img\/128.png", "48": "img\/48.png", "16": "img\/16.png" }, "background": { "scripts": [ "background.js" ] }, "commands": { "togglemeister-toggle": { "suggested_key": { "default": "Alt+Q", "mac": "Command+Shift+Q", "linux": "Alt+Q" }, "description": "Toggle Browser Visibility" } } } |