Open tabs in order

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

Co to jest Open tabs in order?

Open tabs in order to rozszerzenie Chrome opracowane przez developer.waieight., a jego główną funkcją jest „This is an extension that updates tabs in order when multiple tabs are opened.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Open tabs in order

Pobierz pliki rozszerzeń Open tabs in order w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Open tabs in order Open tabs in order
ID eapedfijdadehfmghgfdnanjlpfpognl
Oficjalny URL https://chromewebstore.google.com/detail/open-tabs-in-order/eapedfijdadehfmghgfdnanjlpfpognl
Opis This is an extension that updates tabs in order when multiple tabs are opened.
Rozmiar pliku 8.01 KB
Liczba instalacji 23
Aktualna Wersja 0.0.5.18
Ostatnia Aktualizacja 2024-01-22
Data Publikacji 2020-02-22
Deweloper developer.waieight.
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://waieight.hatenablog.jp/
Adres URL Strony Polityki Prywatności https://waieight.hatenablog.jp/entry/2021/03/23/180238
Obsługiwane Języki 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"
    ]
}