Bulk URL Opener

Opens a list of URLs

什么是Bulk URL Opener?

Bulk URL Opener是由dmtrbrl开发的Chrome扩展程序,该扩展的主要功能是“Opens a list of URLs”。

扩展截图

screenshot
screenshot
screenshot

下载Bulk URL Opener扩展crx文件

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

扩展使用说明

                        The Bulk URL Opener is a web extension that makes your online life a bit easier. It's perfect for anyone who needs to open a bunch of links at the same time.

Here are the features:

1. Open URLs:
Pop in a bunch of links, and voilà – they all open together. Super handy for when you've got a list of sites to check out.

2. History:
The extension keeps a history of previously opened URLs. This is super helpful if you want to reopen those links later without having to remember or find them again.

3. Settings:
• Lazy Load: Only loads a URL when you focus on its tab, keeping things smooth and your computer happy.
• Random Order: Randomizes the order of opening your links, great for when you need a random sequence.
• Appearance: Choose between a light or dark theme for the extension, or set it to 'auto' to match your system's theme. This makes the extension more comfortable to use and fits your personal style.

As an open-source project, all contributions to improve and enhance this extension are welcome.

In short, the Bulk URL Opener is a simple, user-friendly extension that's all about making your browsing a bit more convenient and a little less cluttered.                    

扩展基本信息

名称 Bulk URL Opener Bulk URL Opener
ID jclbjhflehefkfnibjdigljoaggchhcd
官方URL https://chromewebstore.google.com/detail/bulk-url-opener/jclbjhflehefkfnibjdigljoaggchhcd
简介 Opens a list of URLs
文件大小 26.52 KB
安装次数 97
当前版本 1.0.0
更新时间 2023-12-07
上架时间 2023-12-07
评分 5.00/5 共5次评分
开发者 dmtrbrl
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/dmtrbrl/bulk-url-opener
帮助页面URL https://github.com/dmtrbrl/bulk-url-opener/discussions
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bulk URL Opener",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Opens a list of URLs",
    "icons": {
        "32": "\/icons\/icon-32.png",
        "128": "\/icons\/icon-128.png"
    },
    "action": {
        "default_icon": "\/icons\/icon-32.png",
        "default_popup": "app.html"
    },
    "incognito": "split"
}