Close other tabs

Browser extension to close other tabs

Apa itu Close other tabs?

Close other tabs adalah ekstensi Chrome yang dikembangkan oleh nunofaria11, dan fitur utamanya adalah "Browser extension to close other tabs".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Close other tabs

Unduh file ekstensi Close other 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

                        A simple extension that provides a quick way of closing every other tab in window.                    

Informasi Dasar Ekstensi

Nama Close other tabs Close other tabs
ID cohclepbfkicjacnladehmbiepoaobmm
URL Resmi https://chrome.google.com/webstore/detail/cohclepbfkicjacnladehmbiepoaobmm
Deskripsi Browser extension to close other tabs
Ukuran File 5.51 KB
Jumlah Instalasi 33
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2019-11-08
Tanggal Publikasi 2019-11-08
Penilaian 5.00/5 Total 2 Penilaian
Pengembang nunofaria11
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/nunofaria11/close-other-tabs-ext
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close other tabs",
    "version": "1.0.2",
    "description": "Browser extension to close other tabs",
    "author": "Nuno Faria",
    "homepage_url": "https:\/\/github.com\/nunofaria11\/close-other-tabs-ext",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/close_16.png",
            "32": "icons\/close_32.png",
            "64": "icons\/close_64.png"
        }
    },
    "icons": {
        "16": "icons\/close_16.png",
        "32": "icons\/close_32.png",
        "64": "icons\/close_64.png"
    }
}