Tab Cutter
This extension divides one window into two
什么是Tab Cutter?
Tab Cutter是由soags开发的Chrome扩展程序,该扩展的主要功能是“This extension divides one window into two”。
扩展截图
下载Tab Cutter扩展crx文件
下载Tab Cutter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This simple tab organization tool divides one window into two. If you have at least two tabs in the selected Chrome window, all the tabs on the left side of the selected tab will stay in the window, and the rest will move to the new window. If you are looking for Tab Scissors, have a try.
扩展基本信息
名称 | Tab Cutter |
ID | mekmindbhhjinkmgdjabpgfkaekhmgkj |
官方URL | https://chromewebstore.google.com/detail/tab-cutter/mekmindbhhjinkmgdjabpgfkaekhmgkj |
简介 | This extension divides one window into two |
文件大小 | 11.09 KB |
安装次数 | 579 |
当前版本 | 1.0.1 |
更新时间 | 2023-08-31 |
上架时间 | 2023-08-30 |
评分 | 4.33/5 共3次评分 |
开发者 | soags |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/soags/tab-cutter |
帮助页面URL | https://github.com/soags/tab-cutter/issues |
隐私政策页面URL | https://soags.github.io/privacy-policy/chrome-extensions |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Cutter", "description": "This extension divides one window into two", "version": "1.0.1.0", "version_name": "1.0.1", "icons": { "16": "public\/icon-16.png", "48": "public\/icon-48.png", "128": "public\/icon-128.png" }, "action": { "default_icon": { "16": "public\/icon-16.png", "48": "public\/icon-48.png", "128": "public\/icon-128.png" }, "default_title": "Tab Cutter" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [] } |