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

O que é Advanced Forward Button?

Advanced Forward Button é uma extensão do Chrome desenvolvida por blak111, e sua principal característica é "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).".

Baixar o arquivo CRX da Extensão Advanced Forward Button

Baixe arquivos de extensão Advanced Forward Button no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Advanced Forward Button Advanced Forward Button
ID mcmgcmocofjfjkciddamlldmflmipdpk
URL Oficial https://chrome.google.com/webstore/detail/advanced-forward-button/mcmgcmocofjfjkciddamlldmflmipdpk
Descrição A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).
Tamanho do Arquivo 42.49 KB
Contagem de Instalações 28
Versão Atual 0.25
Última Atualização 2012-07-15
Data de Publicação 2012-07-15
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor blak111
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}