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 |
官方網址 | 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" } } |