Search in background tab

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

Vad är Search in background tab?

Search in background tab är en Chrome-tillägg utvecklad av Pitmairen, och dess huvudfunktion är "Opens the "Search google for" search in a background tab.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Search in background tab-förlängningens CRX-fil

Ladda ner Search in background tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Search in background tab Search in background tab
ID fikfhablannhlgejpiklhbkonjkakodf
Officiell webbadress https://chromewebstore.google.com/detail/search-in-background-tab/fikfhablannhlgejpiklhbkonjkakodf
Beskrivning Opens the "Search google for" search in a background tab.
Filstorlek 10.44 KB
Antal Installationer 674
Aktuell Version 0.0.7
Senast Uppdaterad 2023-12-24
Publiceringsdatum 2013-03-03
Betyg 4.11/5 Totalt 64 Betyg
Utvecklare Pitmairen
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Pitmairen/search-in-background-tab
Hjälpsida URL https://github.com/Pitmairen/search-in-background-tab/issues
Stödda Språk 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"
}