Quick Switch
This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window.
ما هو Quick Switch؟
Quick Switch هو إضافة Chrome تم تطويرها بواسطة mhenry1384، والميزة الرئيسية لها هي "This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quick Switch
قم بتنزيل ملفات الامتداد Quick Switch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is intended to be launched via a global keyboard shortcut. Then from any application on your computer, hit that shortcut and then another key to make a particular pinned tab active. To set the global hotkey, click the Keyboard shortcuts link in Chrome's Extensions screen. In the box next to "Popup Quick Switch" set the hotkey, then set the dropdown to "Global". If you are running Chrome under multiple user profiles, you will have to install the extension on each profile (and assign a different global hotkey for each). Permissions: Requires access to the current tab information, which Chrome reports as "read your browser history". It does not actually read your browser history.
معلومات أساسية عن التمديد
الاسم | |
ID | pliiecepjdknmcninijkgcboekaomphi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/quick-switch/pliiecepjdknmcninijkgcboekaomphi |
الوصف | This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window. |
حجم الملف | 301 KB |
عدد التثبيتات | 43 |
النسخة الحالية | 1.1 |
آخر تحديث | 2014-09-24 |
تاريخ النشر | 2014-09-24 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | mhenry1384 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "name": "Quick Switch", "description": "This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window.", "version": "1.1", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html?modal=true" }, "permissions": [ "tabs" ], "commands": { "popup-quick-search": { "description": "Popup Quick Switch", "suggested_key": { "default": "Ctrl+1" } } } } |