Backspace navigation (for Linux)

This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…

Qu'est-ce que Backspace navigation (for Linux) ?

Backspace navigation (for Linux) est une extension Chrome développée par jdmiller93, et sa fonction principale est "This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Backspace navigation (for Linux)

Téléchargez les fichiers d'extension Backspace navigation (for Linux) 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 simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some input field), or shift+backspace to go forward. The extension is intended for Linux users (as Chrome for Linux does not have this feature), but it should not break the built-in backspace navigation on Windows/Mac.                    

Informations de Base sur l'Extension

Nom Backspace navigation (for Linux) Backspace navigation (for Linux)
ID llhklfkimjbpfckbiklconnkagcmocke
URL Officiel https://chromewebstore.google.com/detail/backspace-navigation-for/llhklfkimjbpfckbiklconnkagcmocke
Description This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…
Taille du Fichier 2.9 KB
Nombre d'Installations 254
Version Actuelle 1.0
Dernière Mise à Jour 2013-09-08
Date de Publication 2013-09-08
Évaluation 3.82/5 Total 11 Évaluations
Développeur jdmiller93
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Backspace navigation (for Linux)",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "backspace.js"
            ],
            "all_frames": true
        }
    ]
}