Go back with backspace

Restore the backspace key shortcut to navigate to the previous page.

Wat is Go back with backspace?

Go back with backspace is een Chrome-extensie ontwikkeld door https://namitjuneja.com, en de belangrijkste functie is "Restore the backspace key shortcut to navigate to the previous page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Go back with backspace

Download Go back with backspace-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Google has removed the ability to go "back" with the backspace key in chrome since v52.

This extension brings back the functionality and allows you to use Backspace key as a shortcut to go back to the previous page.

Usage
BACKSPACE              - Go one step back
Shift + BACKSPACE - Go one step forward                    

Basisinformatie over de Extensie

Naam Go back with backspace Go back with backspace
ID emacifekhnajdlgeejloncjbcnoingnd
Officiële URL https://chromewebstore.google.com/detail/go-back-with-backspace/emacifekhnajdlgeejloncjbcnoingnd
Beschrijving Restore the backspace key shortcut to navigate to the previous page.
Bestandsgrootte 4.48 KB
Aantal Installaties 5,636
Huidige Versie 0.3.2
Laatst Bijgewerkt 2016-08-01
Publicatiedatum 2016-08-01
Beoordeling 4.04/5 Totaal 25 Beoordelingen
Ontwikkelaar https://namitjuneja.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/namitjuneja/chrome-backspace
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go back with backspace",
    "description": "Restore the backspace key shortcut to navigate to the previous page.",
    "author": "Namit Juneja",
    "version": "0.3.2",
    "manifest_version": 2,
    "minimum_chrome_version": "52",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}