Backspace Back

back the backspace key

Qu'est-ce que Backspace Back ?

Backspace Back est une extension Chrome développée par Ümit Yaşar Kalkan, et sa fonction principale est "back the backspace key".

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

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

                        Use the backspace key to go to the previous page                    

Informations de Base sur l'Extension

Nom Backspace Back Backspace Back
ID gnjmhpbfoadklembkbjmpjfkbgkobaon
URL Officiel https://chrome.google.com/webstore/detail/backspace-back/gnjmhpbfoadklembkbjmpjfkbgkobaon
Description back the backspace key
Taille du Fichier 27.76 KB
Nombre d'Installations 98
Version Actuelle 1.0.1
Dernière Mise à Jour 2016-08-05
Date de Publication 2016-08-05
Évaluation 5.00/5 Total 3 Évaluations
Développeur Ümit Yaşar Kalkan
Type de Paiement free
Langues Prises en Charge tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Backspace Back",
    "description": "back the backspace key",
    "version": "1.0.1",
    "manifest_version": 2,
    "permissions": [
        ""
    ],
    "icons": {
        "16": "images\/icons\/16.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/19.png",
            "38": "images\/icons\/38.png"
        },
        "default_popup": "pencere.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "js": [
                "uykalkan.js"
            ]
        }
    ]
}