Don't Leave

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

Vad är Don't Leave?

Don't Leave är en Chrome-tillägg utvecklad av Primo, och dess huvudfunktion är "This browser extension prevents your important tabs from closing, reloading, or leaving in order to keep you focused.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Don't Leave-förlängningens CRX-fil

Ladda ner Don't Leave-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Don't Leave Don't Leave
ID miikombcflpfechloeocnelmgeekgild
Officiell webbadress https://chromewebstore.google.com/detail/dont-leave/miikombcflpfechloeocnelmgeekgild
Beskrivning This browser extension prevents your important tabs from closing, reloading, or leaving in order to keep you focused.
Filstorlek 30.91 KB
Antal Installationer 67
Aktuell Version 1.0.3
Senast Uppdaterad 2021-11-06
Publiceringsdatum 2021-02-20
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Primo
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/m-primo/Dont-Leave
Stödda Språk 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",
        ""
    ]
}