Go Back With Backspace Button

Restores browser behavior of navigating to previous page when pressing the Backspace key.

Cos'è Go Back With Backspace Button?

Go Back With Backspace Button è un'estensione di Chrome sviluppata da ArtHouse, e la sua funzione principale è "Restores browser behavior of navigating to previous page when pressing the Backspace key.".

Scarica il file CRX dell'estensione Go Back With Backspace Button

Scarica i file di estensione Go Back With Backspace Button 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

                        Restores browser behavior of navigating to previous page when pressing the Backspace key.                    

Informazioni di Base sull'Estensione

Nome Go Back With Backspace Button Go Back With Backspace Button
ID hgkdgokgamkpehffocijaopekplanmcb
URL Ufficiale https://chrome.google.com/webstore/detail/go-back-with-backspace-bu/hgkdgokgamkpehffocijaopekplanmcb
Descrizione Restores browser behavior of navigating to previous page when pressing the Backspace key.
Dimensione del File 35.14 KB
Conteggio Installazioni 30
Versione Corrente 0.9
Ultimo Aggiornamento 2016-08-26
Data di Pubblicazione 2016-08-26
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore ArtHouse
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.9",
    "name": "__MSG_l10nExtName__",
    "description": "__MSG_l10nExtDescription__",
    "default_locale": "en",
    "icons": {
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "is_editable.js",
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon32.png"
    },
    "background": {
        "scripts": [
            "is_editable.js",
            "background.js"
        ]
    },
    "permissions": [
        ""
    ],
    "manifest_version": 2,
    "minimum_chrome_version": "52"
}