Only One Window!
Moves all tabs into the active window.
什么是Only One Window!?
Only One Window!是由barmassimo开发的Chrome扩展程序,该扩展的主要功能是“Moves all tabs into the active window.”。
扩展截图
下载Only One Window!扩展crx文件
下载Only One Window!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension group all tabs in only one window. You can do this by pressing CTRL + SHIFT + L, or by clicking on the extension icon.
扩展基本信息
名称 | Only One Window! |
ID | dglfomdgahnjfpkapfgcafpgekceglil |
官方URL | https://chromewebstore.google.com/detail/only-one-window/dglfomdgahnjfpkapfgcafpgekceglil |
简介 | Moves all tabs into the active window. |
文件大小 | 5.5 KB |
安装次数 | 48 |
当前版本 | 1.0.1 |
更新时间 | 2021-10-21 |
上架时间 | 2021-10-21 |
评分 | 1.00/5 共1次评分 |
开发者 | barmassimo |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Only One Window!", "description": "Moves all tabs into the active window.", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [], "action": { "default_icon": { "16": "\/images\/ico_16.png", "32": "\/images\/ico_32.png", "48": "\/images\/ico_48.png", "128": "\/images\/ico_128.png" } }, "icons": { "16": "\/images\/ico_16.png", "32": "\/images\/ico_32.png", "48": "\/images\/ico_48.png", "128": "\/images\/ico_128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+L" } } } } |