Open tabs in order

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

Wat is Open tabs in order?

Open tabs in order is een Chrome-extensie ontwikkeld door developer.waieight., en de belangrijkste functie is "This is an extension that updates tabs in order when multiple tabs are opened.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Open tabs in order

Download Open tabs in order-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Open tabs in order Open tabs in order
ID eapedfijdadehfmghgfdnanjlpfpognl
Officiële URL https://chromewebstore.google.com/detail/open-tabs-in-order/eapedfijdadehfmghgfdnanjlpfpognl
Beschrijving This is an extension that updates tabs in order when multiple tabs are opened.
Bestandsgrootte 8.01 KB
Aantal Installaties 23
Huidige Versie 0.0.5.18
Laatst Bijgewerkt 2024-01-22
Publicatiedatum 2020-02-22
Ontwikkelaar developer.waieight.
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://waieight.hatenablog.jp/
URL van de Privacybeleid Pagina https://waieight.hatenablog.jp/entry/2021/03/23/180238
Ondersteunde Talen 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"
    ]
}