Go Back With Backspace Button

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

Wat is Go Back With Backspace Button?

Go Back With Backspace Button is een Chrome-extensie ontwikkeld door ArtHouse, en de belangrijkste functie is "Restores browser behavior of navigating to previous page when pressing the Backspace key.".

Download het CRX-bestand van de extensie Go Back With Backspace Button

Download Go Back With Backspace Button-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

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

Basisinformatie over de Extensie

Naam Go Back With Backspace Button Go Back With Backspace Button
ID hgkdgokgamkpehffocijaopekplanmcb
Officiële URL https://chrome.google.com/webstore/detail/go-back-with-backspace-bu/hgkdgokgamkpehffocijaopekplanmcb
Beschrijving Restores browser behavior of navigating to previous page when pressing the Backspace key.
Bestandsgrootte 35.14 KB
Aantal Installaties 30
Huidige Versie 0.9
Laatst Bijgewerkt 2016-08-26
Publicatiedatum 2016-08-26
Beoordeling 2.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ArtHouse
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}