JumpBack Button

Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.

¿Qué es JumpBack Button?

JumpBack Button es una extensión de Chrome desarrollada por Brian Slakter and Andrew Packer, y su función principal es "Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.".

Descargar Archivo CRX de la Extensión JumpBack Button

Descarga archivos de extensión JumpBack Button 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

                        --JumpBack Button--
August 21, 2014
Extension Created by Brian Slakter and Andrew Packer

This extension allows a user to navigate back in their browser history, skipping over pages with a URL that match the current page URL up to its final directory. As an example, the JumpBack Button can be used to return to a Yelp search after navigating through photos of a restaurant.  Also useful for websites that contain articles in slideshow format.                    

Información Básica de la Extensión

Nombre JumpBack Button JumpBack Button
ID diikgjokohdfgpcbgpnebjknpfoadfda
URL Oficial https://chrome.google.com/webstore/detail/jumpback-button/diikgjokohdfgpcbgpnebjknpfoadfda
Descripción Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.
Tamaño del Archivo 11.05 KB
Cantidad de Instalaciones 10
Versión Actual 1.1
Última Actualización 2014-08-22
Fecha de Publicación 2014-08-22
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Brian Slakter and Andrew Packer
Tipo de Pago free
Sitio Web de la Extensión https://github.com/bslakter/JumpBackButton/
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JumpBack Button",
    "short_name": "JumpBack",
    "description": "Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.",
    "version": "1.1",
    "permissions": [
        "history",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}