Search in background tab
Opens the "Search google for" search in a background tab.
Was ist Search in background tab?
Search in background tab ist eine Chrome-Erweiterung, die von Pitmairen entwickelt wurde, und ihr Hauptmerkmal ist "Opens the "Search google for" search in a background tab.".
Erweiterungsscreenshots
Search in background tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Search in background tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Search in background tab |
ID | fikfhablannhlgejpiklhbkonjkakodf |
Offizielle URL | https://chromewebstore.google.com/detail/search-in-background-tab/fikfhablannhlgejpiklhbkonjkakodf |
Beschreibung | Opens the "Search google for" search in a background tab. |
Dateigröße | 10.44 KB |
Installationsanzahl | 674 |
Aktuelle Version | 0.0.7 |
Letztes Update | 2023-12-24 |
Veröffentlichungsdatum | 2013-03-03 |
Bewertung | 4.11/5 Insgesamt 64 Bewertungen |
Entwickler | Pitmairen |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Pitmairen/search-in-background-tab |
Hilfeseite URL | https://github.com/Pitmairen/search-in-background-tab/issues |
Unterstützte Sprachen | 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" } |