JumpBack Button

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

Co je JumpBack Button?

JumpBack Button je rozšíření Chrome vyvinuté Brian Slakter and Andrew Packer, a jeho hlavní funkcí je „Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.“.

Stáhnout soubor CRX rozšíření JumpBack Button

Stáhněte si soubory rozšíření JumpBack Button ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        --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.                    

Základní Informace o Rozšíření

Název JumpBack Button JumpBack Button
ID diikgjokohdfgpcbgpnebjknpfoadfda
Oficiální URL https://chrome.google.com/webstore/detail/jumpback-button/diikgjokohdfgpcbgpnebjknpfoadfda
Popis Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.
Velikost souboru 11.05 KB
Počet instalací 10
Aktuální Verze 1.1
Poslední Aktualizace 2014-08-22
Datum Vydání 2014-08-22
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Brian Slakter and Andrew Packer
Typ Platby free
Webové stránky Rozšíření https://github.com/bslakter/JumpBackButton/
Podporované Jazyky 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"
    }
}