Close on Back

This extension will close your active tab when you hit back on the last history page.

Cos'è Close on Back?

Close on Back è un'estensione di Chrome sviluppata da VDO, e la sua funzione principale è "This extension will close your active tab when you hit back on the last history page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Close on Back

Scarica i file di estensione Close on Back 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

                        Very useful when you open a tab but want to close in directly. This extension will also work with the extra history back buttons you might have on your mouse or with keyboard shortcuts.                    

Informazioni di Base sull'Estensione

Nome Close on Back Close on Back
ID pejmaahmbkcgbilcnckdadngeibiekbd
URL Ufficiale https://chromewebstore.google.com/detail/close-on-back/pejmaahmbkcgbilcnckdadngeibiekbd
Descrizione This extension will close your active tab when you hit back on the last history page.
Dimensione del File 18.36 KB
Conteggio Installazioni 874
Versione Corrente 0.10
Ultimo Aggiornamento 2020-07-17
Data di Pubblicazione 2017-03-23
Valutazione 4.61/5 Totale 28 Valutazioni
Sviluppatore VDO
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Close on Back",
    "short_name": "CoB",
    "description": "This extension will close your active tab when you hit back on the last history page.",
    "version": "0.10",
    "icons": {
        "16": "images\/icon16-active.png",
        "48": "images\/icon48-active.png",
        "128": "images\/icon128-active.png"
    },
    "browser_action": {
        "default_title": "Close on Back",
        "default_icon": {
            "16": "images\/icon16-active.png",
            "24": "images\/icon24-active.png",
            "32": "images\/icon32-active.png",
            "48": "images\/icon48-active.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "background",
        "webNavigation",
        "tabs",
        "storage",
        "*:\/\/*\/*"
    ]
}