Quick Switch
This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window.
¿Qué es Quick Switch?
Quick Switch es una extensión de Chrome desarrollada por mhenry1384, y su función principal es "This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Quick Switch
Descarga archivos de extensión Quick Switch en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | pliiecepjdknmcninijkgcboekaomphi |
URL Oficial | https://chromewebstore.google.com/detail/quick-switch/pliiecepjdknmcninijkgcboekaomphi |
Descripción | This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window. |
Tamaño del Archivo | 301 KB |
Cantidad de Instalaciones | 43 |
Versión Actual | 1.1 |
Última Actualización | 2014-09-24 |
Fecha de Publicación | 2014-09-24 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | mhenry1384 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } } } |