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

Hvad er Advanced Forward Button?

Advanced Forward Button er en Chrome-udvidelse udviklet af blak111, og dens hovedfunktion er "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).".

Download Advanced Forward Button-udvidelses-CRX-fil

Download Advanced Forward Button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Advanced Forward Button Advanced Forward Button
ID mcmgcmocofjfjkciddamlldmflmipdpk
Officiel URL https://chrome.google.com/webstore/detail/advanced-forward-button/mcmgcmocofjfjkciddamlldmflmipdpk
Beskrivelse A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).
Filstørrelse 42.49 KB
Antal Installationer 28
Nuværende Version 0.25
Senest Opdateret 2012-07-15
Udgivelsesdato 2012-07-15
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler blak111
Betalingsmetode free
Understøttede Sprog 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"
    ]
}