Sequential Mass URL Opener

Opens each URL in list into tabs in a window, but only if prior pages have finished loading.

Sequential Mass URL Opener là gì?

Sequential Mass URL Opener là một tiện ích mở rộng Chrome được phát triển bởi https://lemonsavery.com, và tính năng chính của nó là "Opens each URL in list into tabs in a window, but only if prior pages have finished loading.".

Ả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 Sequential Mass URL Opener

Tải xuống các tệp mở rộng Sequential Mass URL Opener 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

                        As opposed to other mass-opening tools, this tool may be useful for:
- reducing spikes in bandwidth usage
- avoiding 503 errors from making too many requests to the same website too quickly
- caching lists of websites                    

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

Tên Sequential Mass URL Opener Sequential Mass URL Opener
ID lgffephbjkjmkdipchghjadbeppgojhk
URL Chính Thức https://chromewebstore.google.com/detail/sequential-mass-url-opene/lgffephbjkjmkdipchghjadbeppgojhk
Mô tả Opens each URL in list into tabs in a window, but only if prior pages have finished loading.
Kích Thước Tệp 16.28 KB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 2.6
Cập Nhật Lần Cuối 2024-02-23
Ngày Phát Hành 2021-11-02
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://lemonsavery.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sequential Mass URL Opener",
    "description": "Opens each URL in list into tabs in a window, but only if prior pages have finished loading.",
    "version": "2.6",
    "manifest_version": 3,
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}