NoTabTearing

Prevents tearing tabs out of a window.

NoTabTearingとは何ですか?

NoTabTearingはNateによって開発されたChromeの拡張機能で、その主な機能は「Prevents tearing tabs out of a window.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    }
}