Backspace Plus to go Back

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

Cos'è Backspace Plus to go Back?

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

Scarica il file CRX dell'estensione Backspace Plus to go Back

Scarica i file di estensione Backspace Plus to go 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

                        Restores backspace functionality recently removed from Chrome (backspace key to go back).

Pressing the backspace key triggers back action unless an Input or Textarea is currently focused. It is possible to disable specific sites.                    

Informazioni di Base sull'Estensione

Nome Backspace Plus to go Back Backspace Plus to go Back
ID midconfajhkdjapodlcdmbmmmapdgnjl
URL Ufficiale https://chromewebstore.google.com/detail/backspace-plus-to-go-back/midconfajhkdjapodlcdmbmmmapdgnjl
Descrizione Restores browser behavior of navigating to previous page when pressing the Backspace key.
Dimensione del File 25.57 KB
Conteggio Installazioni 422
Versione Corrente 1.0.2
Ultimo Aggiornamento 2016-10-29
Data di Pubblicazione 2016-10-29
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore SofWar
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://github.com/sofwar/chrome-store-privacy
Lingue Supportate en,fr,tr,es,pl,ru,uk
manifest.json
{
    "name": "Backspace Plus to go Back",
    "short_name": "Backspace Plus",
    "description": "__MSG_description__",
    "background": {
        "scripts": [
            "js\/ga.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "js\/events.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "256": "img\/256.png",
        "128": "img\/128.png",
        "64": "img\/64.png",
        "48": "img\/48.png",
        "16": "img\/16.png"
    },
    "permissions": [
        "commands",
        "storage"
    ],
    "default_locale": "en",
    "offline_enabled": true,
    "options_page": "options.html",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "author": "SofWar",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js 'unsafe-eval'; object-src 'self'"
}