Search in background tab

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

Co je Search in background tab?

Search in background tab je rozšíření Chrome vyvinuté Pitmairen, a jeho hlavní funkcí je „Opens the "Search google for" search in a background tab.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Search in background tab

Stáhněte si soubory rozšíření Search in background tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Search in background tab Search in background tab
ID fikfhablannhlgejpiklhbkonjkakodf
Oficiální URL https://chromewebstore.google.com/detail/search-in-background-tab/fikfhablannhlgejpiklhbkonjkakodf
Popis Opens the "Search google for" search in a background tab.
Velikost souboru 10.44 KB
Počet instalací 674
Aktuální Verze 0.0.7
Poslední Aktualizace 2023-12-24
Datum Vydání 2013-03-03
Hodnocení 4.11/5 Celkem 64 Hodnocení
Vývojář Pitmairen
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Pitmairen/search-in-background-tab
URL Stránky Nápovědy https://github.com/Pitmairen/search-in-background-tab/issues
Podporované Jazyky 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"
}