Go Back(space)

This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.

Qu'est-ce que Go Back(space) ?

Go Back(space) est une extension Chrome développée par https://www.tristanwiley.com, et sa fonction principale est "This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Go Back(space)

Téléchargez les fichiers d'extension Go Back(space) 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

                        This extension will restore the functionality of pressing the backspace key and going to the previous page, and pressing shift+backspace to go forward.

If you'd like the source it is located here: https://github.com/TristanWiley/Go-Backspace                    

Informations de Base sur l'Extension

Nom Go Back(space) Go Back(space)
ID oamoblhomggdkgijpmlnbiafkchmpajd
URL Officiel https://chromewebstore.google.com/detail/go-backspace/oamoblhomggdkgijpmlnbiafkchmpajd
Description This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.
Taille du Fichier 10.97 KB
Nombre d'Installations 527
Version Actuelle 1.3
Dernière Mise à Jour 2016-10-25
Date de Publication 2016-10-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.tristanwiley.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go Back(space)",
    "description": "This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.",
    "version": "1.3",
    "minimum_chrome_version": "52",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_start"
        }
    ]
}