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