Backspace Back

back the backspace key

Wat is Backspace Back?

Backspace Back is een Chrome-extensie ontwikkeld door Ümit Yaşar Kalkan, en de belangrijkste functie is "back the backspace key".

Download het CRX-bestand van de extensie Backspace Back

Download Backspace Back-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Use the backspace key to go to the previous page                    

Basisinformatie over de Extensie

Naam Backspace Back Backspace Back
ID gnjmhpbfoadklembkbjmpjfkbgkobaon
Officiële URL https://chrome.google.com/webstore/detail/backspace-back/gnjmhpbfoadklembkbjmpjfkbgkobaon
Beschrijving back the backspace key
Bestandsgrootte 27.76 KB
Aantal Installaties 98
Huidige Versie 1.0.1
Laatst Bijgewerkt 2016-08-05
Publicatiedatum 2016-08-05
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Ümit Yaşar Kalkan
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}