Search in background tab

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

Apa itu Search in background tab?

Search in background tab adalah ekstensi Chrome yang dikembangkan oleh Pitmairen, dan fitur utamanya adalah "Opens the "Search google for" search in a background tab.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Search in background tab

Unduh file ekstensi Search in background tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Search in background tab Search in background tab
ID fikfhablannhlgejpiklhbkonjkakodf
URL Resmi https://chromewebstore.google.com/detail/search-in-background-tab/fikfhablannhlgejpiklhbkonjkakodf
Deskripsi Opens the "Search google for" search in a background tab.
Ukuran File 10.44 KB
Jumlah Instalasi 674
Versi Saat Ini 0.0.7
Terakhir Diperbarui 2023-12-24
Tanggal Publikasi 2013-03-03
Penilaian 4.11/5 Total 64 Penilaian
Pengembang Pitmairen
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Pitmairen/search-in-background-tab
URL Halaman Bantuan https://github.com/Pitmairen/search-in-background-tab/issues
Bahasa yang Didukung 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"
}