Open Multiple URLs

Open Multiple URLs in new tabs.

Open Multiple URLs là gì?

Open Multiple URLs là một tiện ích mở rộng Chrome được phát triển bởi Romkaq, và tính năng chính của nó là "Open Multiple URLs in new tabs.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Open Multiple URLs 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

                        Extension opens a list of URLs.
Bulk URL Opener extension.

"Open Multiple URLs" extension takes a list of web pages in plain-text format and opens them all in new tabs. Paste the list into the text area (one website address per line), click [Open] or [ Open in Incognito].

You can load URLs from .txt file.

You can download your URLs as .txt file.

Can create folder with urls as bookmarks.

Auto save input data.

Permissions:
- "Storage" permission in order to save user input;
- "Tabs" permission in order to get all opened URLs;
- "Downloads" permission in order allow you to download URLs as .txt.                    

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

Tên Open Multiple URLs Open Multiple URLs
ID bjifbockcjbcfgbkmleodgdoiglcnenj
URL Chính Thức https://chromewebstore.google.com/detail/open-multiple-urls/bjifbockcjbcfgbkmleodgdoiglcnenj
Mô tả Open Multiple URLs in new tabs.
Kích Thước Tệp 14.81 KB
Số Lần Cài Đặt 3,688
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2022-06-18
Ngày Phát Hành 2021-08-22
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Romkaq
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://rq-dev.github.io/chrome-extensions-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.5",
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_title": "Open URLs",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "bookmarks"
    ],
    "incognito": "split",
    "default_locale": "en"
}