Open tabs in order

This is an extension that updates tabs in order when multiple tabs are opened.

Apa itu Open tabs in order?

Open tabs in order adalah ekstensi Chrome yang dikembangkan oleh developer.waieight., dan fitur utamanya adalah "This is an extension that updates tabs in order when multiple tabs are opened.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Open tabs in order

Unduh file ekstensi Open tabs in order 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

                        When multiple tabs are opened. The update completion time is slowed down.
This extension lightens the load by pausing tabs.                    

Informasi Dasar Ekstensi

Nama Open tabs in order Open tabs in order
ID eapedfijdadehfmghgfdnanjlpfpognl
URL Resmi https://chromewebstore.google.com/detail/open-tabs-in-order/eapedfijdadehfmghgfdnanjlpfpognl
Deskripsi This is an extension that updates tabs in order when multiple tabs are opened.
Ukuran File 8.01 KB
Jumlah Instalasi 23
Versi Saat Ini 0.0.5.18
Terakhir Diperbarui 2024-01-22
Tanggal Publikasi 2020-02-22
Pengembang developer.waieight.
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://waieight.hatenablog.jp/
URL Halaman Kebijakan Privasi https://waieight.hatenablog.jp/entry/2021/03/23/180238
Bahasa yang Didukung en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Open tabs in order",
    "version": "1.0.5.18",
    "version_name": "0.0.5.18",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/stop.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}