Backspace Plus to go Back

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

Qu'est-ce que Backspace Plus to go Back ?

Backspace Plus to go Back est une extension Chrome développée par SofWar, 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 Backspace Plus to go Back

Téléchargez les fichiers d'extension Backspace Plus to go Back 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 backspace functionality recently removed from Chrome (backspace key to go back).

Pressing the backspace key triggers back action unless an Input or Textarea is currently focused. It is possible to disable specific sites.                    

Informations de Base sur l'Extension

Nom Backspace Plus to go Back Backspace Plus to go Back
ID midconfajhkdjapodlcdmbmmmapdgnjl
URL Officiel https://chromewebstore.google.com/detail/backspace-plus-to-go-back/midconfajhkdjapodlcdmbmmmapdgnjl
Description Restores browser behavior of navigating to previous page when pressing the Backspace key.
Taille du Fichier 25.57 KB
Nombre d'Installations 422
Version Actuelle 1.0.2
Dernière Mise à Jour 2016-10-29
Date de Publication 2016-10-29
Évaluation 4.00/5 Total 4 Évaluations
Développeur SofWar
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://github.com/sofwar/chrome-store-privacy
Langues Prises en Charge en,fr,tr,es,pl,ru,uk
manifest.json
{
    "name": "Backspace Plus to go Back",
    "short_name": "Backspace Plus",
    "description": "__MSG_description__",
    "background": {
        "scripts": [
            "js\/ga.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "js\/events.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "256": "img\/256.png",
        "128": "img\/128.png",
        "64": "img\/64.png",
        "48": "img\/48.png",
        "16": "img\/16.png"
    },
    "permissions": [
        "commands",
        "storage"
    ],
    "default_locale": "en",
    "offline_enabled": true,
    "options_page": "options.html",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "author": "SofWar",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js 'unsafe-eval'; object-src 'self'"
}