Search in background tab
Opens the "Search google for" search in a background tab.
Co to jest Search in background tab?
Search in background tab to rozszerzenie Chrome opracowane przez Pitmairen, a jego główną funkcją jest „Opens the "Search google for" search in a background tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Search in background tab
Pobierz pliki rozszerzeń Search in background tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Search in background tab |
ID | fikfhablannhlgejpiklhbkonjkakodf |
Oficjalny URL | https://chromewebstore.google.com/detail/search-in-background-tab/fikfhablannhlgejpiklhbkonjkakodf |
Opis | Opens the "Search google for" search in a background tab. |
Rozmiar pliku | 10.44 KB |
Liczba instalacji | 674 |
Aktualna Wersja | 0.0.7 |
Ostatnia Aktualizacja | 2023-12-24 |
Data Publikacji | 2013-03-03 |
Ocena | 4.11/5 Łącznie 64 Oceny |
Deweloper | Pitmairen |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Pitmairen/search-in-background-tab |
Adres URL Strony Pomocy | https://github.com/Pitmairen/search-in-background-tab/issues |
Obsługiwane Języki | 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" } |