Don't Leave

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

Cos'è Don't Leave?

Don't Leave è un'estensione di Chrome sviluppata da Primo, e la sua funzione principale è "This browser extension prevents your important tabs from closing, reloading, or leaving in order to keep you focused.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Don't Leave

Scarica i file di estensione Don't Leave in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Don't Leave Don't Leave
ID miikombcflpfechloeocnelmgeekgild
URL Ufficiale https://chromewebstore.google.com/detail/dont-leave/miikombcflpfechloeocnelmgeekgild
Descrizione This browser extension prevents your important tabs from closing, reloading, or leaving in order to keep you focused.
Dimensione del File 30.91 KB
Conteggio Installazioni 67
Versione Corrente 1.0.3
Ultimo Aggiornamento 2021-11-06
Data di Pubblicazione 2021-02-20
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Primo
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/m-primo/Dont-Leave
Lingue Supportate 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",
        ""
    ]
}