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'est-ce que JumpBack Button ?

JumpBack Button est une extension Chrome développée par Brian Slakter and Andrew Packer, et sa fonction principale est "Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.".

Télécharger le fichier CRX de l'extension JumpBack Button

Téléchargez les fichiers d'extension JumpBack Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom JumpBack Button JumpBack Button
ID diikgjokohdfgpcbgpnebjknpfoadfda
URL Officiel https://chrome.google.com/webstore/detail/jumpback-button/diikgjokohdfgpcbgpnebjknpfoadfda
Description Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.
Taille du Fichier 11.05 KB
Nombre d'Installations 10
Version Actuelle 1.1
Dernière Mise à Jour 2014-08-22
Date de Publication 2014-08-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur Brian Slakter and Andrew Packer
Type de Paiement free
Site Web de l'Extension https://github.com/bslakter/JumpBackButton/
Langues Prises en Charge 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"
    }
}