NoTabTearing
Prevents tearing tabs out of a window.
什么是NoTabTearing?
NoTabTearing是由Nate开发的Chrome扩展程序,该扩展的主要功能是“Prevents tearing tabs out of a window.”。
扩展截图
下载NoTabTearing扩展crx文件
下载NoTabTearing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Is tab detachment annoying for you? Do you accidentally open new windows by clicking a tab for too long too often? This extension prevents you from dragging tabs from one window to another (tab tearing, tab detaching) by putting the tab back where it came from as soon as you pull the tab out of the window.
扩展基本信息
名称 | NoTabTearing |
ID | nkbifbbpealkijplojgnjcfifaiopckp |
官方URL | https://chromewebstore.google.com/detail/notabtearing/nkbifbbpealkijplojgnjcfifaiopckp |
简介 | Prevents tearing tabs out of a window. |
文件大小 | 7.99 KB |
安装次数 | 28 |
当前版本 | 0.7 |
更新时间 | 2023-01-25 |
上架时间 | 2013-12-13 |
评分 | 3.33/5 共3次评分 |
开发者 | Nate |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NoTabTearing", "short_name": "NoTabTearing", "description": "Prevents tearing tabs out of a window.", "author": "Nate Hitze", "version": "0.7", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "notabtearing.js" } } |