Multi-tab
A browser extension to open and group a bunch of tabs from a list of URLs.
什么是Multi-tab?
Multi-tab是由Luke Carrier开发的Chrome扩展程序,该扩展的主要功能是“A browser extension to open and group a bunch of tabs from a list of URLs.”。
扩展截图
下载Multi-tab扩展crx文件
下载Multi-tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Stop juggling tabs and let this clown do it for you.
-> Paste URLs into the input, optionally select a tab group and save some serious clicking.
-> Copy URLs from an existing tab group and paste them elsewhere. 扩展基本信息
| 名称 | |
| ID | aecmnemhogbiohkomdlbgklhlamaihhi |
| 官方URL | https://chromewebstore.google.com/detail/multi-tab/aecmnemhogbiohkomdlbgklhlamaihhi |
| 简介 | A browser extension to open and group a bunch of tabs from a list of URLs. |
| 文件大小 | 29.14 KB |
| 安装次数 | 178 |
| 当前版本 | 0.3.0 |
| 更新时间 | 2022-06-26 |
| 上架时间 | 2021-11-19 |
| 开发者 | Luke Carrier |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/LukeCarrier/multi-tab |
| 帮助页面URL | https://github.com/LukeCarrier/multi-tab/discussions |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"$schema": "https:\/\/json.schemastore.org\/webextension.json",
"manifest_version": 3,
"name": "Multi-tab",
"description": "A browser extension to open and group a bunch of tabs from a list of URLs.",
"homepage_url": "https:\/\/github.com\/LukeCarrier\/multi-tab",
"developer": {
"name": "Luke Carrier",
"url": "https:\/\/luke.carrier.im"
},
"version": "0.3.0",
"permissions": [
"tabs",
"tabGroups"
],
"default_locale": "en",
"action": {
"browser_style": true,
"default_title": "Multi-tab",
"default_popup": "popup\/index.html",
"default_icon": {
"16": "icons\/logo-16.png",
"19": "icons\/logo-19.png",
"32": "icons\/logo-32.png",
"38": "icons\/logo-38.png"
}
},
"icons": {
"48": "icons\/logo-48.png",
"96": "icons\/logo-96.png",
"128": "icons\/logo-128.png",
"256": "icons\/logo-256.png",
"512": "icons\/logo-512.png"
}
} | |