Go Back With Backspace Button

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

Qu'est-ce que Go Back With Backspace Button ?

Go Back With Backspace Button est une extension Chrome développée par ArtHouse, et sa fonction principale est "Restores browser behavior of navigating to previous page when pressing the Backspace key.".

Télécharger le fichier CRX de l'extension Go Back With Backspace Button

Téléchargez les fichiers d'extension Go Back With Backspace Button 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

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

Informations de Base sur l'Extension

Nom Go Back With Backspace Button Go Back With Backspace Button
ID hgkdgokgamkpehffocijaopekplanmcb
URL Officiel https://chrome.google.com/webstore/detail/go-back-with-backspace-bu/hgkdgokgamkpehffocijaopekplanmcb
Description Restores browser behavior of navigating to previous page when pressing the Backspace key.
Taille du Fichier 35.14 KB
Nombre d'Installations 30
Version Actuelle 0.9
Dernière Mise à Jour 2016-08-26
Date de Publication 2016-08-26
Évaluation 2.00/5 Total 1 Évaluations
Développeur ArtHouse
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}