Search in background tab

Opens the "Search google for" search in a background tab.

Cos'è Search in background tab?

Search in background tab è un'estensione di Chrome sviluppata da Pitmairen, e la sua funzione principale è "Opens the "Search google for" search in a background tab.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Search in background tab

Scarica i file di estensione Search in background tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Search in background tab Search in background tab
ID fikfhablannhlgejpiklhbkonjkakodf
URL Ufficiale https://chromewebstore.google.com/detail/search-in-background-tab/fikfhablannhlgejpiklhbkonjkakodf
Descrizione Opens the "Search google for" search in a background tab.
Dimensione del File 10.44 KB
Conteggio Installazioni 674
Versione Corrente 0.0.7
Ultimo Aggiornamento 2023-12-24
Data di Pubblicazione 2013-03-03
Valutazione 4.11/5 Totale 64 Valutazioni
Sviluppatore Pitmairen
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Pitmairen/search-in-background-tab
URL della Pagina di Aiuto https://github.com/Pitmairen/search-in-background-tab/issues
Lingue Supportate 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"
}