Open Multiple URLs
Opens a list of URLs
什么是Open Multiple URLs?
Open Multiple URLs是由tp开发的Chrome扩展程序,该扩展的主要功能是“Opens a list of URLs”。
扩展截图
下载Open Multiple URLs扩展crx文件
下载Open Multiple URLs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This tool takes a list of web pages in plain-text format and opens them all in new tabs. Paste the list into the text area (one website address per line), select your options and click "Open URLs".
Source Code:
https://github.com/htrinter/Open-Multiple-URLs/
Changelog:
https://github.com/htrinter/Open-Multiple-URLs/blob/develop/CHANGELOG.md
Permissions:
- "Storage" permission in order to save settings and user input. 扩展基本信息
| 名称 | |
| ID | oifijhaokejakekmnjmphonojcfkpbbh |
| 官方URL | https://chromewebstore.google.com/detail/open-multiple-urls/oifijhaokejakekmnjmphonojcfkpbbh |
| 简介 | Opens a list of URLs |
| 文件大小 | 183 KB |
| 安装次数 | 665,197 |
| 当前版本 | 1.6.0 |
| 更新时间 | 2023-11-28 |
| 上架时间 | 2020-04-12 |
| 评分 | 4.64/5 共234次评分 |
| 开发者 | tp |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/htrinter/Open-Multiple-URLs/ |
| 帮助页面URL | https://github.com/htrinter/Open-Multiple-URLs/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Open Multiple URLs",
"version": "1.6.0",
"manifest_version": 3,
"description": "Opens a list of URLs",
"homepage_url": "https:\/\/github.com\/htrinter\/Open-Multiple-URLs",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_icon": "icon19.png",
"default_popup": "browseraction.html"
},
"commands": {
"_execute_action": {
"default": "CTRL+M"
}
},
"permissions": [
"storage"
],
"incognito": "split"
} | |