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

Was ist Advanced Forward Button?

Advanced Forward Button ist eine Chrome-Erweiterung, die von blak111 entwickelt wurde, und ihr Hauptmerkmal ist "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).".

Advanced Forward Button-Erweiterungs-CRX-Datei herunterladen

Laden Sie Advanced Forward Button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Advanced Forward Button Advanced Forward Button
ID mcmgcmocofjfjkciddamlldmflmipdpk
Offizielle URL https://chrome.google.com/webstore/detail/advanced-forward-button/mcmgcmocofjfjkciddamlldmflmipdpk
Beschreibung A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).
Dateigröße 42.49 KB
Installationsanzahl 28
Aktuelle Version 0.25
Letztes Update 2012-07-15
Veröffentlichungsdatum 2012-07-15
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler blak111
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}