Quick Switch
This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window.
Qu'est-ce que Quick Switch ?
Quick Switch est une extension Chrome développée par mhenry1384, et sa fonction principale est "This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Quick Switch
Téléchargez les fichiers d'extension Quick Switch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | pliiecepjdknmcninijkgcboekaomphi |
URL Officiel | https://chromewebstore.google.com/detail/quick-switch/pliiecepjdknmcninijkgcboekaomphi |
Description | This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window. |
Taille du Fichier | 301 KB |
Nombre d'Installations | 43 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-09-24 |
Date de Publication | 2014-09-24 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | mhenry1384 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } } } |