Open tabs in order

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

What is Open tabs in order?

Open tabs in order is a Chrome extension developed by developer.waieight., and its main feature is "This is an extension that updates tabs in order when multiple tabs are opened.".

Extension Screenshots

screenshot

Download Open tabs in order Extension CRX File

Download Open tabs in order extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Open tabs in order Open tabs in order
ID eapedfijdadehfmghgfdnanjlpfpognl
Official URL https://chromewebstore.google.com/detail/open-tabs-in-order/eapedfijdadehfmghgfdnanjlpfpognl
Description This is an extension that updates tabs in order when multiple tabs are opened.
File Size 8.01 KB
Installation Count 23
Current Version 0.0.5.18
Last Updated 2024-01-22
Publish Date 2020-02-22
Developer developer.waieight.
Email [email protected]
Payment Type free
Extension Website https://waieight.hatenablog.jp/
Privacy Policy Page URL https://waieight.hatenablog.jp/entry/2021/03/23/180238
Supported Languages 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"
    ]
}