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"
    ]
}