Duplicate tabs closer

Close tab of the same url quickly and easily.

Apa itu Duplicate tabs closer?

Duplicate tabs closer adalah ekstensi Chrome yang dikembangkan oleh Roey, dan fitur utamanya adalah "Close tab of the same url quickly and easily.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Duplicate tabs closer

Unduh file ekstensi Duplicate tabs closer 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

                        Close tab of the same url quickly and easily.                    

Informasi Dasar Ekstensi

Nama Duplicate tabs closer Duplicate tabs closer
ID hleiiepnagionbolbhmligmnidmaehoo
URL Resmi https://chromewebstore.google.com/detail/duplicate-tabs-closer/hleiiepnagionbolbhmligmnidmaehoo
Deskripsi Close tab of the same url quickly and easily.
Ukuran File 28.91 KB
Jumlah Instalasi 238
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2022-10-04
Tanggal Publikasi 2015-12-27
Penilaian 4.00/5 Total 5 Penilaian
Pengembang Roey
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/roeycohen/Popcorn-Player-Chrome-extension
URL Halaman Kebijakan Privasi https://github.com/roeycohen/Bit-Player-Chrome-Extension/blob/master/license_and_privacy.md
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Duplicate tabs closer",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Close tab of the same url quickly and easily.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Close duplicate tabs"
    },
    "permissions": [
        "tabs",
        "notifications"
    ]
}