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

Vad är Advanced Forward Button?

Advanced Forward Button är en Chrome-tillägg utvecklad av blak111, och dess huvudfunktion är "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).".

Ladda ner Advanced Forward Button-förlängningens CRX-fil

Ladda ner Advanced Forward Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Advanced Forward Button Advanced Forward Button
ID mcmgcmocofjfjkciddamlldmflmipdpk
Officiell webbadress https://chrome.google.com/webstore/detail/advanced-forward-button/mcmgcmocofjfjkciddamlldmflmipdpk
Beskrivning A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).
Filstorlek 42.49 KB
Antal Installationer 28
Aktuell Version 0.25
Senast Uppdaterad 2012-07-15
Publiceringsdatum 2012-07-15
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare blak111
Betalningssätt free
Stödda Språk 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"
    ]
}