Bulky close tabs

Close multiple tabs by hostnames or position.

Apa itu Bulky close tabs?

Bulky close tabs adalah ekstensi Chrome yang dikembangkan oleh eahta, dan fitur utamanya adalah "Close multiple tabs by hostnames or position.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bulky close tabs

Unduh file ekstensi Bulky close 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

                        Version 1.0.3:
    The plugin only work on tabs in the current window.

Close multiple tabs by host names or position. Example:
"google, facebook": remove all tabs whose host name contain "google" or "facebook". 
"l": remove all tabs from the left side. 
"r": remove all tabs from the right side.                    

Informasi Dasar Ekstensi

Nama Bulky close tabs Bulky close tabs
ID ggpngjjjpfoplolfkljmlhkcgdefjgae
URL Resmi https://chromewebstore.google.com/detail/bulky-close-tabs/ggpngjjjpfoplolfkljmlhkcgdefjgae
Deskripsi Close multiple tabs by hostnames or position.
Ukuran File 723 KB
Jumlah Instalasi 85
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2016-03-26
Tanggal Publikasi 2016-03-26
Penilaian 5.00/5 Total 3 Penilaian
Pengembang eahta
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bulky close tabs",
    "description": "Close multiple tabs by hostnames or position.",
    "version": "1.0.3",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}