JumpBack Button

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

Wat is JumpBack Button?

JumpBack Button is een Chrome-extensie ontwikkeld door Brian Slakter and Andrew Packer, en de belangrijkste functie is "Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.".

Download het CRX-bestand van de extensie JumpBack Button

Download JumpBack 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

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

Basisinformatie over de Extensie

Naam JumpBack Button JumpBack Button
ID diikgjokohdfgpcbgpnebjknpfoadfda
Officiële URL https://chrome.google.com/webstore/detail/jumpback-button/diikgjokohdfgpcbgpnebjknpfoadfda
Beschrijving Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.
Bestandsgrootte 11.05 KB
Aantal Installaties 10
Huidige Versie 1.1
Laatst Bijgewerkt 2014-08-22
Publicatiedatum 2014-08-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Brian Slakter and Andrew Packer
Betalingswijze free
Extensiewebsite https://github.com/bslakter/JumpBackButton/
Ondersteunde Talen 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"
    }
}