Tabs to Front v2

Brings newly created tabs to the foreground.

Apa itu Tabs to Front v2?

Tabs to Front v2 adalah ekstensi Chrome yang dikembangkan oleh DougCuk42, dan fitur utamanya adalah "Brings newly created tabs to the foreground.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tabs to Front v2

Unduh file ekstensi Tabs to Front v2 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

                        New tabs open immediately instead of in the background.
Update of original "Tabs to the Front!" by Abarth (2010).

Chrome opens new tabs in the background and provides no option to switch to them immediately. This extension forces new tabs to open immediately. Basic, no frills, no extra features.                    

Informasi Dasar Ekstensi

Nama Tabs to Front v2 Tabs to Front v2
ID iiojfifkpjkhcdjfgekmfobhfdohlecg
URL Resmi https://chromewebstore.google.com/detail/tabs-to-front-v2/iiojfifkpjkhcdjfgekmfobhfdohlecg
Deskripsi Brings newly created tabs to the foreground.
Ukuran File 10.93 KB
Jumlah Instalasi 8,000
Versi Saat Ini 2.1
Terakhir Diperbarui 2022-05-11
Tanggal Publikasi 2019-01-02
Penilaian 4.46/5 Total 13 Penilaian
Pengembang DougCuk42
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "manifest_version": 3,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabs to Front v2",
    "version": "2.1",
    "description": "Brings newly created tabs to the foreground.",
    "icons": {
        "16": "icon-16.jpg",
        "32": "icon-32.jpg",
        "48": "icon-48.jpg",
        "128": "icon-128.jpg"
    },
    "background": {
        "service_worker": "background.js",
        "permissions": [
            "tabs"
        ]
    }
}