Tabsanity Terminator

Removes Duplicate Tabs + Groups Tabs by URL

Wat is Tabsanity Terminator?

Tabsanity Terminator is een Chrome-extensie ontwikkeld door Rich Werden, en de belangrijkste functie is "Removes Duplicate Tabs + Groups Tabs by URL".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tabsanity Terminator

Download Tabsanity Terminator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Tabsanity Terminator Tabsanity Terminator
ID gogccpmimpnngeklhecgkcnmagenaepd
Officiële URL https://chromewebstore.google.com/detail/tabsanity-terminator/gogccpmimpnngeklhecgkcnmagenaepd
Beschrijving Removes Duplicate Tabs + Groups Tabs by URL
Bestandsgrootte 18.23 KB
Aantal Installaties 18
Huidige Versie 0.21
Laatst Bijgewerkt 2018-01-10
Publicatiedatum 2018-01-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Rich Werden
Betalingswijze free
Ondersteunde Talen 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"
    ]
}