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

Wat is Advanced Forward Button?

Advanced Forward Button is een Chrome-extensie ontwikkeld door blak111, en de belangrijkste functie is "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 het CRX-bestand van de extensie Advanced Forward Button

Download Advanced Forward Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Advanced Forward Button Advanced Forward Button
ID mcmgcmocofjfjkciddamlldmflmipdpk
Officiële URL https://chrome.google.com/webstore/detail/advanced-forward-button/mcmgcmocofjfjkciddamlldmflmipdpk
Beschrijving A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).
Bestandsgrootte 42.49 KB
Aantal Installaties 28
Huidige Versie 0.25
Laatst Bijgewerkt 2012-07-15
Publicatiedatum 2012-07-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar blak111
Betalingswijze free
Ondersteunde Talen 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"
    ]
}