Search in background tab
Opens the "Search google for" search in a background tab.
¿Qué es Search in background tab?
Search in background tab es una extensión de Chrome desarrollada por Pitmairen, y su función principal es "Opens the "Search google for" search in a background tab.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Search in background tab
Descarga archivos de extensión Search in background tab 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 makes the new tab, that are opened by "Search google for" , open in the background instead of the foreground. It should now work for latest versions of Chrome. ### Important ### If it doesn't work. Go to the options page and follow the instructions. Make sure you have updated to version 0.0.7. You find the options page at this url: chrome-extension://fikfhablannhlgejpiklhbkonjkakodf/options.html ############ Changelog: 0.0.7: - Update to manifest version 3 - Fix to make the extension work with the latest version of Chrome. 0.0.6: -Update to manifest version 2 -Small change to default regexp 0.0.5: -fix gcx for parameter
Información Básica de la Extensión
Nombre | Search in background tab |
ID | fikfhablannhlgejpiklhbkonjkakodf |
URL Oficial | https://chromewebstore.google.com/detail/search-in-background-tab/fikfhablannhlgejpiklhbkonjkakodf |
Descripción | Opens the "Search google for" search in a background tab. |
Tamaño del Archivo | 10.44 KB |
Cantidad de Instalaciones | 674 |
Versión Actual | 0.0.7 |
Última Actualización | 2023-12-24 |
Fecha de Publicación | 2013-03-03 |
Calificación | 4.11/5 Total de 64 Calificaciones |
Desarrollador | Pitmairen |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/Pitmairen/search-in-background-tab |
URL de la Página de Ayuda | https://github.com/Pitmairen/search-in-background-tab/issues |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search in background tab", "version": "0.0.7", "manifest_version": 3, "description": "Opens the \"Search google for\" search in a background tab.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "storage" ], "background": { "service_worker": "service_worker.js", "type": "module" }, "options_page": "options.html" } |