Multiple URL Opener

Open multiple URLs in new tabs. Best bulker URL opener chrome extension

什么是Multiple URL Opener?

Multiple URL Opener是由Multiple URL Opener开发的Chrome扩展程序,该扩展的主要功能是“Open multiple URLs in new tabs. Best bulker URL opener chrome extension”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Multiple URL Opener扩展crx文件

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

扩展使用说明

                        Chrome extension to open multiple urls with single click. 

A useful and easy to use extension which allows to open a list of links in single a click. 

Key Features:-

- Opens multiple URLs in one click
- Ability to preserve input links
- Load URLs in random or reverse order
- Open the link when tab is selected


This extension collects no user data.

PERMISSIONS REQUIRED:-

"Read your browsing history":
This permission allows the extension to create tabs. It also allows the extension to get the URL's and preserve the input for the next time.                    

扩展基本信息

名称 Multiple URL Opener Multiple URL Opener
ID eilnphekabimiaghhncakdogmdkmeblj
官方URL https://chromewebstore.google.com/detail/multiple-url-opener/eilnphekabimiaghhncakdogmdkmeblj
简介 Open multiple URLs in new tabs. Best bulker URL opener chrome extension
文件大小 51.54 KB
安装次数 378
当前版本 1.3.0
更新时间 2023-10-03
上架时间 2023-05-02
评分 5.00/5 共1次评分
开发者 Multiple URL Opener
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/1c9h06lhy3Fx9Km8rxEreC07eNDBQ2uat59vqoQJaaxE
支持的语言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.3.0",
    "manifest_version": 3,
    "icons": {
        "24": "\/images\/icon 24.png",
        "36": "\/images\/icon 36.png",
        "48": "\/images\/icon 48.png",
        "128": "\/images\/icon 128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_scripts.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "notifications",
        "gcm"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}