Double Middle-Click Close Tab

Double click mouse middle button to close current tab.

Apa itu Double Middle-Click Close Tab?

Double Middle-Click Close Tab adalah ekstensi Chrome yang dikembangkan oleh Shawn Cheng, dan fitur utamanya adalah "Double click mouse middle button to close current tab.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Double Middle-Click Close Tab

Unduh file ekstensi Double Middle-Click Close Tab 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

                        Double click mouse middle button to close current tab.

Click time interval can be set within option page.

Known bugs:
* Need to refresh site or restart Chrome before it'll work.
* Doesn't work on Chrome:// URLs or the Chrome Web Store, restricted by Chrome for security reasons.
* May not work in Windows due to the default AutoScroll function.                    

Informasi Dasar Ekstensi

Nama Double Middle-Click Close Tab Double Middle-Click Close Tab
ID meepebiimbmfopmaempaogpnnigjjcjg
URL Resmi https://chromewebstore.google.com/detail/double-middle-click-close/meepebiimbmfopmaempaogpnnigjjcjg
Deskripsi Double click mouse middle button to close current tab.
Ukuran File 10.12 KB
Jumlah Instalasi 49
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2022-04-19
Tanggal Publikasi 2022-04-19
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Shawn Cheng
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Double Middle-Click Close Tab",
    "description": "Double click mouse middle button to close current tab.",
    "version": "1.0.3",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}