Tabsanity Terminator

Removes Duplicate Tabs + Groups Tabs by URL

Tabsanity Terminatorとは何ですか?

Tabsanity TerminatorはRich Werdenによって開発されたChromeの拡張機能で、その主な機能は「Removes Duplicate Tabs + Groups Tabs by URL」です。

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

screenshot

Tabsanity Terminator拡張機能のCRXファイルをダウンロード

Tabsanity Terminator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        By installing this extension, with 1-click you can remove duplicate tabs from a browser window as well as reorder the tabs to group themselves together by domain. Only affects one window at a time. Saves RAM and saves you from Tabsanity!                    

拡張機能の基本情報

名前 Tabsanity Terminator Tabsanity Terminator
ID gogccpmimpnngeklhecgkcnmagenaepd
公式URL https://chromewebstore.google.com/detail/tabsanity-terminator/gogccpmimpnngeklhecgkcnmagenaepd
説明 Removes Duplicate Tabs + Groups Tabs by URL
ファイルサイズ 18.23 KB
インストール数 18
現在のバージョン 0.21
最終更新日 2018-01-10
公開日 2018-01-09
評価 5.00/5 合計 1 レビュー
開発者 Rich Werden
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabsanity Terminator",
    "author": "Rich Werden (@r-i-c-h)",
    "version": "0.21",
    "description": "Removes Duplicate Tabs + Groups Tabs by URL",
    "icons": {
        "128": "ico_128.png",
        "48": "ico_48.png",
        "16": "ico_16.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "theJS.js"
        ]
    },
    "browser_action": {
        "default_icon": "ico_16.png",
        "default_title": "Tabsanity Terminator"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}