Go Back(space)

This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.

¿Qué es Go Back(space)?

Go Back(space) es una extensión de Chrome desarrollada por https://www.tristanwiley.com, y su función principal es "This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Go Back(space)

Descarga archivos de extensión Go Back(space) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension will restore the functionality of pressing the backspace key and going to the previous page, and pressing shift+backspace to go forward.

If you'd like the source it is located here: https://github.com/TristanWiley/Go-Backspace                    

Información Básica de la Extensión

Nombre Go Back(space) Go Back(space)
ID oamoblhomggdkgijpmlnbiafkchmpajd
URL Oficial https://chromewebstore.google.com/detail/go-backspace/oamoblhomggdkgijpmlnbiafkchmpajd
Descripción This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.
Tamaño del Archivo 10.97 KB
Cantidad de Instalaciones 527
Versión Actual 1.3
Última Actualización 2016-10-25
Fecha de Publicación 2016-10-24
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://www.tristanwiley.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go Back(space)",
    "description": "This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.",
    "version": "1.3",
    "minimum_chrome_version": "52",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_start"
        }
    ]
}