Multiple URL Opener

Open multiple URls at once with single click. Also supports delay in opening URls.

什么是Multiple URL Opener?

Multiple URL Opener是由https://standaloneinstaller.com开发的Chrome扩展程序,该扩展的主要功能是“Open multiple URls at once with single click. Also supports delay in opening URls.”。

扩展截图

screenshot

下载Multiple URL Opener扩展crx文件

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

扩展使用说明

                        Open multiple URls at once with single click. You can also add delay in opening each url.

if delay = 0
Opens all urls immediately


if delay > 0
Opens each url after mentioned delay


-That's all folks!


Version 0.5
---------------
You now can get all links from opened tabs and put them in in list on multiple url opener.

Version 0.3
---------------
Now you can:
Don't lose focus when opening links. (This is to not bring chrome to front while opening links.)
Skip duplicate links

Version 0.2
---------------
Delay in decimal points: 0.5, 1.5 etc
Able to save links in database so you don't have to enter them again.                    

扩展基本信息

名称 Multiple URL Opener Multiple URL Opener
ID lompiehpjobkhelnjlhjiedhddijiekg
官方URL https://chromewebstore.google.com/detail/multiple-url-opener/lompiehpjobkhelnjlhjiedhddijiekg
简介 Open multiple URls at once with single click. Also supports delay in opening URls.
文件大小 633 KB
安装次数 20,000
当前版本 0.5
更新时间 2019-07-22
上架时间 2019-07-21
评分 3.75/5 共20次评分
开发者 https://standaloneinstaller.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://online.standaloneinstaller.com/multiple-url-opener
隐私政策页面URL https://standaloneinstaller.com/privacypolicy.php
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "author": "Muhammad Qayyum Abro",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon.png"
        }
    },
    "description": "Open multiple URls at once with single click. Also supports delay in opening URls.",
    "icons": {
        "128": "images\/icon.png"
    },
    "name": "Multiple URL Opener",
    "version": "0.5",
    "permissions": [
        "storage",
        "tabs"
    ]
}