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

Cos'è Advanced Forward Button?

Advanced Forward Button è un'estensione di Chrome sviluppata da blak111, e la sua funzione principale è "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).".

Scarica il file CRX dell'estensione Advanced Forward Button

Scarica i file di estensione Advanced Forward Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Advanced Forward Button Advanced Forward Button
ID mcmgcmocofjfjkciddamlldmflmipdpk
URL Ufficiale https://chrome.google.com/webstore/detail/advanced-forward-button/mcmgcmocofjfjkciddamlldmflmipdpk
Descrizione A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).
Dimensione del File 42.49 KB
Conteggio Installazioni 28
Versione Corrente 0.25
Ultimo Aggiornamento 2012-07-15
Data di Pubblicazione 2012-07-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore blak111
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}