Tabsanity Terminator

Removes Duplicate Tabs + Groups Tabs by URL

Apa itu Tabsanity Terminator?

Tabsanity Terminator adalah ekstensi Chrome yang dikembangkan oleh Rich Werden, dan fitur utamanya adalah "Removes Duplicate Tabs + Groups Tabs by URL".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tabsanity Terminator

Unduh file ekstensi Tabsanity Terminator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Tabsanity Terminator Tabsanity Terminator
ID gogccpmimpnngeklhecgkcnmagenaepd
URL Resmi https://chromewebstore.google.com/detail/tabsanity-terminator/gogccpmimpnngeklhecgkcnmagenaepd
Deskripsi Removes Duplicate Tabs + Groups Tabs by URL
Ukuran File 18.23 KB
Jumlah Instalasi 18
Versi Saat Ini 0.21
Terakhir Diperbarui 2018-01-10
Tanggal Publikasi 2018-01-09
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Rich Werden
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}