Advanced Forward Button

A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).

Qu'est-ce que Advanced Forward Button ?

Advanced Forward Button est une extension Chrome développée par blak111, et sa fonction principale est "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).".

Télécharger le fichier CRX de l'extension Advanced Forward Button

Téléchargez les fichiers d'extension Advanced Forward 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

                        A forward button that allows you to choose any of the children of the current page you are on. This is in contrast to the built-in forward button that only goes to the most recent child of the page you are on.                    

Informations de Base sur l'Extension

Nom Advanced Forward Button Advanced Forward Button
ID mcmgcmocofjfjkciddamlldmflmipdpk
URL Officiel https://chrome.google.com/webstore/detail/advanced-forward-button/mcmgcmocofjfjkciddamlldmflmipdpk
Description A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).
Taille du Fichier 42.49 KB
Nombre d'Installations 28
Version Actuelle 0.25
Dernière Mise à Jour 2012-07-15
Date de Publication 2012-07-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur blak111
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Advanced Forward Button",
    "version": "0.25",
    "manifest_version": 2,
    "description": "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).",
    "browser_action": {
        "default_icon": "forwardmulti.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "advanced-forward.js"
        ]
    },
    "icons": {
        "16": "forwardmulti.png",
        "48": "forwardmulti.png",
        "128": "forwardmulti.png"
    },
    "permissions": [
        "tabs"
    ]
}