Google Tab Select
Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…
¿Qué es Google Tab Select?
Google Tab Select es una extensión de Chrome desarrollada por ssh, y su función principal es "Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…".
Descargar Archivo CRX de la Extensión Google Tab Select
Descarga archivos de extensión Google Tab Select 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
Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of 2017-07-31. This is a lightweight extension that brings back this dearly missed feature. The extension also includes functionality for quickly focusing and selecting the text in the search bar. This is done by the shortcut CMD + K.
Información Básica de la Extensión
Nombre | Google Tab Select |
ID | mblfjbikliogabdaihjimkncpmcepepe |
URL Oficial | https://chromewebstore.google.com/detail/google-tab-select/mblfjbikliogabdaihjimkncpmcepepe |
Descripción | Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of… |
Tamaño del Archivo | 9.99 KB |
Cantidad de Instalaciones | 9 |
Versión Actual | 1.1.0 |
Última Actualización | 2018-04-19 |
Fecha de Publicación | 2018-04-19 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | ssh |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Tab Select", "version": "1.1.0", "manifest_version": 2, "browser_action": { "default_icon": "images\/google-tab128.png" }, "icons": { "48": "images\/google-tab48.png", "128": "images\/google-tab128.png" }, "content_scripts": [ { "js": [ "google-tab.js" ], "css": [ "google-tab.css" ], "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*:\/\/*.google.*\/*" ] } ] } |