Go back with backspace

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

Qu'est-ce que Go back with backspace ?

Go back with backspace est une extension Chrome développée par https://namitjuneja.com, et sa fonction principale est "Restore the backspace key shortcut to navigate to the previous page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Go back with backspace

Téléchargez les fichiers d'extension Go back with backspace au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Go back with backspace Go back with backspace
ID emacifekhnajdlgeejloncjbcnoingnd
URL Officiel https://chromewebstore.google.com/detail/go-back-with-backspace/emacifekhnajdlgeejloncjbcnoingnd
Description Restore the backspace key shortcut to navigate to the previous page.
Taille du Fichier 4.48 KB
Nombre d'Installations 5,636
Version Actuelle 0.3.2
Dernière Mise à Jour 2016-08-01
Date de Publication 2016-08-01
Évaluation 4.04/5 Total 25 Évaluations
Développeur https://namitjuneja.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/namitjuneja/chrome-backspace
Langues Prises en Charge 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"
    }
}