Tabsanity Terminator

Removes Duplicate Tabs + Groups Tabs by URL

What is Tabsanity Terminator?

Tabsanity Terminator is a Chrome extension developed by Rich Werden, and its main feature is "Removes Duplicate Tabs + Groups Tabs by URL".

Extension Screenshots

screenshot

Download Tabsanity Terminator Extension CRX File

Download Tabsanity Terminator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Tabsanity Terminator Tabsanity Terminator
ID gogccpmimpnngeklhecgkcnmagenaepd
Official URL https://chromewebstore.google.com/detail/tabsanity-terminator/gogccpmimpnngeklhecgkcnmagenaepd
Description Removes Duplicate Tabs + Groups Tabs by URL
File Size 18.23 KB
Installation Count 18
Current Version 0.21
Last Updated 2018-01-10
Publish Date 2018-01-09
Rating 5.00/5 Total 1 Ratings
Developer Rich Werden
Payment Type free
Supported Languages 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"
    ]
}