Tab Deduplicator

Displays the current number of open tabs, open windows or both

Apa itu Tab Deduplicator?

Tab Deduplicator adalah ekstensi Chrome yang dikembangkan oleh Asafh, dan fitur utamanya adalah "Displays the current number of open tabs, open windows or both".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tab Deduplicator

Unduh file ekstensi Tab Deduplicator 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

                        Simple indication on tab page of other tabs open with the same URL - clicking the action navigates to the next tab.                    

Informasi Dasar Ekstensi

Nama Tab Deduplicator Tab Deduplicator
ID jbhemaokagepomiajppddbhfolpkfdfi
URL Resmi https://chrome.google.com/webstore/detail/tab-deduplicator/jbhemaokagepomiajppddbhfolpkfdfi
Deskripsi Displays the current number of open tabs, open windows or both
Ukuran File 4.6 KB
Jumlah Instalasi 26
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-04-29
Tanggal Publikasi 2017-04-29
Pengembang Asafh
Tipe Pembayaran free
Situs Ekstensi https://github.com/asafh/chrome-tab-dedup
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Deduplicator",
    "version": "1.1",
    "description": "Displays the current number of open tabs, open windows or both",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "incognito": "split",
    "page_action": {
        "default_icon": {
            "128": "icon128.png"
        },
        "default_title": "Duplicate Tab"
    },
    "manifest_version": 2
}