Open Multiple URLs

Click the button, paste a few URLs. Easy

什么是Open Multiple URLs?

Open Multiple URLs是由mgriffiths开发的Chrome扩展程序,该扩展的主要功能是“Click the button, paste a few URLs. Easy”。

扩展截图

screenshot

下载Open Multiple URLs扩展crx文件

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

扩展使用说明

                        Open multiple URLs by pasting them into a pop-up, separated by a new line.                    

扩展基本信息

名称 Open Multiple URLs Open Multiple URLs
ID jdhbkpagniiaalpfemomikhcocblbhao
官方URL https://chrome.google.com/webstore/detail/open-multiple-urls/jdhbkpagniiaalpfemomikhcocblbhao
简介 Click the button, paste a few URLs. Easy
文件大小 125 KB
安装次数 946
当前版本 0.0.1
更新时间 2016-06-30
上架时间 2016-06-30
评分 5.00/5 共1次评分
开发者 mgriffiths
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Multiple URLs",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Click the button, paste a few URLs.  Easy",
    "homepage_url": "http:\/\/mike-griffiths.co.uk",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Open URLs",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs"
    ]
}