Open tabs in order

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

Co je Open tabs in order?

Open tabs in order je rozšíření Chrome vyvinuté developer.waieight., a jeho hlavní funkcí je „This is an extension that updates tabs in order when multiple tabs are opened.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Open tabs in order

Stáhněte si soubory rozšíření Open tabs in order 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í

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

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

Název Open tabs in order Open tabs in order
ID eapedfijdadehfmghgfdnanjlpfpognl
Oficiální URL https://chromewebstore.google.com/detail/open-tabs-in-order/eapedfijdadehfmghgfdnanjlpfpognl
Popis This is an extension that updates tabs in order when multiple tabs are opened.
Velikost souboru 8.01 KB
Počet instalací 23
Aktuální Verze 0.0.5.18
Poslední Aktualizace 2024-01-22
Datum Vydání 2020-02-22
Vývojář developer.waieight.
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://waieight.hatenablog.jp/
URL Stránky Zásad Ochrany Soukromí https://waieight.hatenablog.jp/entry/2021/03/23/180238
Podporované Jazyky 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"
    ]
}