Close All Tabs

Close all open tabs. Optionally close pinned tabs and incognito mode tabs.

Apa itu Close All Tabs?

Close All Tabs adalah ekstensi Chrome yang dikembangkan oleh https://browsernative.com, dan fitur utamanya adalah "Close all open tabs. Optionally close pinned tabs and incognito mode tabs.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Close All Tabs

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

                        Use the toolbar button, keyboard command (alt + w) or the context menu options to quickly close open tabs. Change the default setting for the toolbar button, and open a particular URL after closing all the tabs. Optionally close pinned tabs and incognito mode tabs.

Visit our homepage for detailed user guide: https://browsernative.com/close-all-tabs-extension/                    

Informasi Dasar Ekstensi

Nama Close All Tabs Close All Tabs
ID jcokdfogijmigonkhckmhldgofjmfdak
URL Resmi https://chromewebstore.google.com/detail/close-all-tabs/jcokdfogijmigonkhckmhldgofjmfdak
Deskripsi Close all open tabs. Optionally close pinned tabs and incognito mode tabs.
Ukuran File 16.18 KB
Jumlah Instalasi 20,000
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2021-04-05
Tanggal Publikasi 2020-05-20
Penilaian 4.43/5 Total 46 Penilaian
Pengembang https://browsernative.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://browsernative.com/close-all-tabs-extension/
URL Halaman Bantuan https://browsernative.com/close-all-tabs-extension/
URL Halaman Kebijakan Privasi https://browsernative.com/extensions-privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close All Tabs",
    "description": "Close all open tabs. Optionally close pinned tabs and incognito mode tabs.",
    "version": "1.1.1",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_title": "Close All Tabs"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+W"
            }
        }
    },
    "options_ui": {
        "page": "\/options\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "contextMenus"
    ],
    "manifest_version": 2,
    "homepage_url": "https:\/\/browsernative.com\/close-all-tabs-extension\/"
}