Enhanced Tab Splitter
Split the active tab and all tabs to it's right into a new window.
什么是Enhanced Tab Splitter?
Enhanced Tab Splitter是由https://sessionpaw.com开发的Chrome扩展程序,该扩展的主要功能是“Split the active tab and all tabs to it's right into a new window.”。
扩展截图
下载Enhanced Tab Splitter扩展crx文件
下载Enhanced Tab Splitter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Handy offline tool to split tabs. No sensitive permissions needed. *** It's a part of SessionPaw's FreeApps, for more info or apps, please check https://sessionpaw.com. 🐈🐾🐾🐾
扩展基本信息
名称 | Enhanced Tab Splitter |
ID | kddboddjjkppebmpjjeehenooioolfoe |
官方URL | https://chromewebstore.google.com/detail/enhanced-tab-splitter/kddboddjjkppebmpjjeehenooioolfoe |
简介 | Split the active tab and all tabs to it's right into a new window. |
文件大小 | 3.84 KB |
安装次数 | 58 |
当前版本 | 1.0.0 |
更新时间 | 2023-10-19 |
上架时间 | 2023-10-04 |
评分 | 5.00/5 共1次评分 |
开发者 | https://sessionpaw.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon.png", "default_title": "Split Tabs" }, "version": "1.0.0", "author": "SessionPaw Corp.", "name": "Enhanced Tab Splitter", "description": "Split the active tab and all tabs to it's right into a new window.", "manifest_version": 3, "permissions": [] } |