Close tabs to the left

Allows to close all tabs to the left

Apa itu Close tabs to the left?

Close tabs to the left adalah ekstensi Chrome yang dikembangkan oleh Acinonyx, dan fitur utamanya adalah "Allows to close all tabs to the left".

Unduh Berkas CRX Ekstensi Close tabs to the left

Unduh file ekstensi Close tabs to the left 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

                        Too many tabs opened? Chrome allows to close all tabs to the right, close all tabs but current. But what about all tabs to the left? Tabs to the left are often was open earlier. This extension will help you to close already unnecessary tabs. Just click on extension's icon to close 'em.                    

Informasi Dasar Ekstensi

Nama Close tabs to the left Close tabs to the left
ID gcmjpicopfkgmjdomahfjkmhpcelklba
URL Resmi https://chromewebstore.google.com/detail/close-tabs-to-the-left/gcmjpicopfkgmjdomahfjkmhpcelklba
Deskripsi Allows to close all tabs to the left
Ukuran File 9.79 KB
Jumlah Instalasi 2,724
Versi Saat Ini 1.3
Terakhir Diperbarui 2013-02-18
Tanggal Publikasi 2013-02-18
Penilaian 4.12/5 Total 41 Penilaian
Pengembang Acinonyx
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close tabs to the left",
    "version": "1.3",
    "description": "Allows to close all tabs to the left",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Close tabs to the left",
        "default_icon": "close_icon.png"
    },
    "manifest_version": 2
}