Open Multiple URLs

Opens a list of URLs

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 tp, và tính năng chính của nó là "Opens a list of URLs".

Ả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 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

                        This tool 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), select your options and click "Open URLs".

Source Code:
https://github.com/htrinter/Open-Multiple-URLs/

Changelog:
https://github.com/htrinter/Open-Multiple-URLs/blob/develop/CHANGELOG.md

Permissions:
- "Storage" permission in order to save settings and user input.                    

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

Tên Open Multiple URLs Open Multiple URLs
ID oifijhaokejakekmnjmphonojcfkpbbh
URL Chính Thức https://chromewebstore.google.com/detail/open-multiple-urls/oifijhaokejakekmnjmphonojcfkpbbh
Mô tả Opens a list of URLs
Kích Thước Tệp 183 KB
Số Lần Cài Đặt 665,197
Phiên Bản Hiện Tại 1.6.0
Cập Nhật Lần Cuối 2023-11-28
Ngày Phát Hành 2020-04-12
Đánh Giá 4.64/5 Tổng số 234 Đánh Giá
Nhà Phát Triển tp
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/htrinter/Open-Multiple-URLs/
URL Trang Trợ Giúp https://github.com/htrinter/Open-Multiple-URLs/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Multiple URLs",
    "version": "1.6.0",
    "manifest_version": 3,
    "description": "Opens a list of URLs",
    "homepage_url": "https:\/\/github.com\/htrinter\/Open-Multiple-URLs",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon19.png",
        "default_popup": "browseraction.html"
    },
    "commands": {
        "_execute_action": {
            "default": "CTRL+M"
        }
    },
    "permissions": [
        "storage"
    ],
    "incognito": "split"
}