Multiple Tab Opener
Open multiple URLs on one click.
什么是Multiple Tab Opener?
Multiple Tab Opener是由Jun Ishibashi开发的Chrome扩展程序,该扩展的主要功能是“Open multiple URLs on one click.”。
扩展截图
下载Multiple Tab Opener扩展crx文件
下载Multiple Tab Opener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
USAGE:
Name the macro and add URLs, save and add it to the macro list then you are ready to open multiple URLs on one click.
FEATURES:
Add a macro.
Edit a macro.
Delete a macro.
Open multiple URLs at once.
REASON:
When I was studying Law in English for some reasons, I needed to confirm words why those are appropriate and precise.
Therefore I created this to open multiple dictionary sites on one click. 扩展基本信息
| 名称 | |
| ID | ebhcpmhpgldaimdjnngbfnbfepbljafi |
| 官方URL | https://chromewebstore.google.com/detail/multiple-tab-opener/ebhcpmhpgldaimdjnngbfnbfepbljafi |
| 简介 | Open multiple URLs on one click. |
| 文件大小 | 599 KB |
| 安装次数 | 2,073 |
| 当前版本 | 2.0.0 |
| 更新时间 | 2022-08-29 |
| 上架时间 | 2020-02-12 |
| 评分 | 4.00/5 共6次评分 |
| 开发者 | Jun Ishibashi |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Multiple Tab Opener",
"description": "Open multiple URLs on one click.",
"version": "2.0.0",
"action": {
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_popup": "popup.html"
},
"permissions": [
"storage"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |