Don't Leave

This browser extension prevents your important tabs from closing, reloading, or leaving in order to keep you focused.

Apa itu Don't Leave?

Don't Leave adalah ekstensi Chrome yang dikembangkan oleh Primo, dan fitur utamanya adalah "This browser extension prevents your important tabs from closing, reloading, or leaving in order to keep you focused.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Don't Leave

Unduh file ekstensi Don't Leave 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

                        It'll alert you with a message if you try to close, reload, or leave the page anyway.

- Why our extension?
= Only by one click.
= Open-Source.                    

Informasi Dasar Ekstensi

Nama Don't Leave Don't Leave
ID miikombcflpfechloeocnelmgeekgild
URL Resmi https://chromewebstore.google.com/detail/dont-leave/miikombcflpfechloeocnelmgeekgild
Deskripsi This browser extension prevents your important tabs from closing, reloading, or leaving in order to keep you focused.
Ukuran File 30.91 KB
Jumlah Instalasi 67
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2021-11-06
Tanggal Publikasi 2021-02-20
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Primo
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/m-primo/Dont-Leave
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Don't Leave",
    "version": "1.0.3",
    "description": "This browser extension prevents your important tabs from closing, reloading, or leaving in order to keep you focused.",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "icons": [
            "img\/icon.svg"
        ]
    },
    "permissions": [
        "activeTab",
        ""
    ]
}