Open Multiple URLs

Extension for Opening Multiple URLs

什么是Open Multiple URLs?

Open Multiple URLs是由Micha开发的Chrome扩展程序,该扩展的主要功能是“Extension for Opening Multiple URLs”。

扩展截图

screenshot

下载Open Multiple URLs扩展crx文件

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

扩展使用说明

                        Small utility that allows you to open a list of URLs. It will also allow you to read the URLs from all tabs in the current browser window.                    

扩展基本信息

名称 Open Multiple URLs Open Multiple URLs
ID bhedchkibbmbiomdmgiaihbmadppnnhc
官方URL https://chromewebstore.google.com/detail/open-multiple-urls/bhedchkibbmbiomdmgiaihbmadppnnhc
简介 Extension for Opening Multiple URLs
文件大小 20.58 KB
安装次数 77
当前版本 2.0
更新时间 2022-05-18
上架时间 2018-02-17
评分 5.00/5 共1次评分
开发者 Micha
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Multiple URLs",
    "version": "2.0",
    "description": "Extension for Opening Multiple URLs",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_icon": "urls16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "urls16.png",
        "128": "urls128.png"
    }
}