Open tabs in order

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

Open tabs in order là gì?

Open tabs in order là một tiện ích mở rộng Chrome được phát triển bởi developer.waieight., và tính năng chính của nó là "This is an extension that updates tabs in order when multiple tabs are opened.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Open tabs in order

Tải xuống các tệp mở rộng Open tabs in order dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Open tabs in order Open tabs in order
ID eapedfijdadehfmghgfdnanjlpfpognl
URL Chính Thức https://chromewebstore.google.com/detail/open-tabs-in-order/eapedfijdadehfmghgfdnanjlpfpognl
Mô tả This is an extension that updates tabs in order when multiple tabs are opened.
Kích Thước Tệp 8.01 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 0.0.5.18
Cập Nhật Lần Cuối 2024-01-22
Ngày Phát Hành 2020-02-22
Nhà Phát Triển developer.waieight.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://waieight.hatenablog.jp/
URL Trang Chính Sách Bảo Mật https://waieight.hatenablog.jp/entry/2021/03/23/180238
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}