Google search tab fixer
Allows users to cycle through google search results by pressing the tab key.
¿Qué es Google search tab fixer?
Google search tab fixer es una extensión de Chrome desarrollada por Sam, y su función principal es "Allows users to cycle through google search results by pressing the tab key.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Google search tab fixer
Descarga archivos de extensión Google search tab fixer 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 small extension brings familiar tab functionality back to the google search results page. Press tab once to go to the top result, or multiple times to cycle through the search results. Press enter on any result to view that result.
Información Básica de la Extensión
Nombre | Google search tab fixer |
ID | hggbelpbiemgfkdhofjeajpgnoieogmg |
URL Oficial | https://chromewebstore.google.com/detail/google-search-tab-fixer/hggbelpbiemgfkdhofjeajpgnoieogmg |
Descripción | Allows users to cycle through google search results by pressing the tab key. |
Tamaño del Archivo | 20.04 KB |
Cantidad de Instalaciones | 17 |
Versión Actual | 0.0.4 |
Última Actualización | 2016-07-15 |
Fecha de Publicación | 2016-07-15 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | Sam |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.101drum.com |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google search tab fixer", "version": "0.0.4", "manifest_version": 2, "description": "Allows users to cycle through google search results by pressing the tab key.", "homepage_url": "http:\/\/101drum.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "page_action": { "default_icon": "icons\/icon19.png", "default_title": "page action demo", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "*:\/\/*\/search*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/search*" ], "run_at": "document_start", "js": [ "src\/inject\/inject.js" ] } ] } |