Unique Tabs

Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.

Apa itu Unique Tabs?

Unique Tabs adalah ekstensi Chrome yang dikembangkan oleh [email protected], dan fitur utamanya adalah "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Unique Tabs

Unduh file ekstensi Unique Tabs 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

                        Before closing the tabs, a notification is displayed. Clicking "Cancel" in the notification within a brief delay (~5 seconds) prevents the tabs from being closed.                    

Informasi Dasar Ekstensi

Nama Unique Tabs Unique Tabs
ID cicbejncjmbkbahiicbiflndmhbcgibk
URL Resmi https://chromewebstore.google.com/detail/unique-tabs/cicbejncjmbkbahiicbiflndmhbcgibk
Deskripsi Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.
Ukuran File 12.87 KB
Jumlah Instalasi 3,131
Versi Saat Ini 0.6
Terakhir Diperbarui 2015-06-10
Tanggal Publikasi 2015-06-10
Penilaian 4.24/5 Total 29 Penilaian
Pengembang [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/joeyAghion/unique_tabs
URL Halaman Bantuan http://github.com/joeyAghion/unique_tabs
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unique Tabs",
    "description": "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.",
    "version": "0.6",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "icon48.png"
    ],
    "manifest_version": 2
}