Open tabs in order

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

Open tabs in orderとは何ですか?

Open tabs in orderはdeveloper.waieight.によって開発されたChromeの拡張機能で、その主な機能は「This is an extension that updates tabs in order when multiple tabs are opened.」です。

拡張機能のスクリーンショット

screenshot

Open tabs in order拡張機能のCRXファイルをダウンロード

Open tabs in order拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Open tabs in order Open tabs in order
ID eapedfijdadehfmghgfdnanjlpfpognl
公式URL https://chromewebstore.google.com/detail/open-tabs-in-order/eapedfijdadehfmghgfdnanjlpfpognl
説明 This is an extension that updates tabs in order when multiple tabs are opened.
ファイルサイズ 8.01 KB
インストール数 23
現在のバージョン 0.0.5.18
最終更新日 2024-01-22
公開日 2020-02-22
開発者 developer.waieight.
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://waieight.hatenablog.jp/
プライバシーポリシーページのURL https://waieight.hatenablog.jp/entry/2021/03/23/180238
対応言語 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"
    ]
}