NoTabTearing
Prevents tearing tabs out of a window.
What is NoTabTearing?
NoTabTearing is a Chrome extension developed by Nate, and its main feature is "Prevents tearing tabs out of a window.".
Extension Screenshots
Download NoTabTearing Extension CRX File
Download NoTabTearing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | NoTabTearing |
ID | nkbifbbpealkijplojgnjcfifaiopckp |
Official URL | https://chromewebstore.google.com/detail/notabtearing/nkbifbbpealkijplojgnjcfifaiopckp |
Description | Prevents tearing tabs out of a window. |
File Size | 7.99 KB |
Installation Count | 28 |
Current Version | 0.7 |
Last Updated | 2023-01-25 |
Publish Date | 2013-12-13 |
Rating | 3.33/5 Total 3 Ratings |
Developer | Nate |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |