Bulk URL Opener

A simple Chrome extension to open multiple URLs at once.

什么是Bulk URL Opener?

Bulk URL Opener是由Meetanshi开发的Chrome扩展程序,该扩展的主要功能是“A simple Chrome extension to open multiple URLs at once.”。

扩展截图

screenshot

下载Bulk URL Opener扩展crx文件

下载Bulk URL Opener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Bulk URL Opener Chrome extension opens multiple URLs at same time in new tabs or Windows. Using this simple tool, you can open a list of urls using just one-click. It helps you save a lot of time by opening multiple URLs simultaneously in Chrome.

Just paste the list of URLs in the editor (1 URL per line)
Select appropriate options to open URL in same or multiple windows
Click Open URLs to open the links in bulk.

Use the bulk opener extension and save your time manually opening each of the links! 😉                    

扩展基本信息

名称 Bulk URL Opener Bulk URL Opener
ID hfpabfdcmeomdbfollghppnmffekbibe
官方URL https://chromewebstore.google.com/detail/bulk-url-opener/hfpabfdcmeomdbfollghppnmffekbibe
简介 A simple Chrome extension to open multiple URLs at once.
文件大小 16.61 KB
安装次数 278
当前版本 1.0
更新时间 2023-12-27
上架时间 2023-04-21
评分 4.80/5 共10次评分
开发者 Meetanshi
电子邮箱 [email protected]
付费类型 free
扩展官网 https://meetanshi.com/
帮助页面URL https://meetanshi.com/contacts
隐私政策页面URL https://meetanshi.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bulk URL Opener",
    "version": "1.0",
    "description": "A simple Chrome extension to open multiple URLs at once.",
    "permissions": [
        "clipboardRead",
        "clipboardWrite"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}