Close Tabs To The Left

This extension allows the user to close chrome tabs to the left, with one press of the button

Apa itu Close Tabs To The Left?

Close Tabs To The Left adalah ekstensi Chrome yang dikembangkan oleh fr1sk, dan fitur utamanya adalah "This extension allows the user to close chrome tabs to the left, with one press of the button".

Screenshot Ekstensi

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

                        On Google chrome there is no option to close all tabs to the left! This extension allows the user to close chrome tabs to the left, with one press of the button!                    

Informasi Dasar Ekstensi

Nama Close Tabs To The Left Close Tabs To The Left
ID aejaklcloiadinippijlaoidldfpbomi
URL Resmi https://chromewebstore.google.com/detail/close-tabs-to-the-left/aejaklcloiadinippijlaoidldfpbomi
Deskripsi This extension allows the user to close chrome tabs to the left, with one press of the button
Ukuran File 11.62 KB
Jumlah Instalasi 35
Versi Saat Ini 1.2
Terakhir Diperbarui 2019-02-22
Tanggal Publikasi 2019-02-22
Pengembang fr1sk
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Close Tabs To The Left",
    "short_name": "CTTTL",
    "description": "This extension allows the user to close chrome tabs to the left, with one press of the button",
    "version": "1.2",
    "browser_action": {
        "default_icon": "resources\/icon.png"
    },
    "icons": {
        "16": "resources\/icon16.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}