Merge Windows
Merge all windows into one
什么是Merge Windows?
Merge Windows是由https://lukaspolak.com开发的Chrome扩展程序,该扩展的主要功能是“Merge all windows into one”。
扩展截图
下载Merge Windows扩展crx文件
下载Merge Windows扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Merge every opened browser window into one with a single click. Just press the "Merge Windows" toolbar button and see the magic!
Now you can even change the extension icon color!
Just right-click on the extension, pick an "Options," and choose your preferred color theme. 扩展基本信息
| 名称 | |
| ID | bafafgddpfacfkbjgamcapphepkfclbc |
| 官方URL | https://chromewebstore.google.com/detail/merge-windows/bafafgddpfacfkbjgamcapphepkfclbc |
| 简介 | Merge all windows into one |
| 文件大小 | 9.34 KB |
| 安装次数 | 41 |
| 当前版本 | 1.4 |
| 更新时间 | 2022-06-26 |
| 上架时间 | 2021-11-28 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://lukaspolak.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.lukaspolak.com/projects/chrome-extensions/merge-windows |
| 帮助页面URL | https://www.lukaspolak.com/projects/chrome-extensions/merge-windows/support |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_icon": {
"16": "\/images\/icon-light-16.png",
"32": "\/images\/icon-light-32.png",
"48": "\/images\/icon-light-48.png",
"128": "\/images\/icon-light-128.png"
}
},
"background": {
"service_worker": "background.js"
},
"commands": {
"merge": {
"description": "Merge Windows",
"suggested_key": {
"default": "Ctrl+Shift+L",
"mac": "Command+Shift+L"
}
}
},
"description": "Merge all windows into one",
"icons": {
"16": "\/images\/icon-light-16.png",
"32": "\/images\/icon-light-32.png",
"48": "\/images\/icon-light-48.png",
"128": "\/images\/icon-light-128.png"
},
"manifest_version": 3,
"name": "Merge Windows",
"options_page": "options.html",
"permissions": [
"activeTab",
"storage",
"commands"
],
"version": "1.4"
} | |