Search in background tab
Opens the "Search google for" search in a background tab.
Wat is Search in background tab?
Search in background tab is een Chrome-extensie ontwikkeld door Pitmairen, en de belangrijkste functie is "Opens the "Search google for" search in a background tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Search in background tab
Download Search in background tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Search in background tab |
ID | fikfhablannhlgejpiklhbkonjkakodf |
Officiële URL | https://chromewebstore.google.com/detail/search-in-background-tab/fikfhablannhlgejpiklhbkonjkakodf |
Beschrijving | Opens the "Search google for" search in a background tab. |
Bestandsgrootte | 10.44 KB |
Aantal Installaties | 674 |
Huidige Versie | 0.0.7 |
Laatst Bijgewerkt | 2023-12-24 |
Publicatiedatum | 2013-03-03 |
Beoordeling | 4.11/5 Totaal 64 Beoordelingen |
Ontwikkelaar | Pitmairen |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Pitmairen/search-in-background-tab |
Help Pagina-URL | https://github.com/Pitmairen/search-in-background-tab/issues |
Ondersteunde Talen | 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" } |