Go Back(space)

This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.

O que é Go Back(space)?

Go Back(space) é uma extensão do Chrome desenvolvida por https://www.tristanwiley.com, e sua principal característica é "This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Go Back(space)

Baixe arquivos de extensão Go Back(space) 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

                        This extension will restore the functionality of pressing the backspace key and going to the previous page, and pressing shift+backspace to go forward.

If you'd like the source it is located here: https://github.com/TristanWiley/Go-Backspace                    

Informações Básicas da Extensão

Nome Go Back(space) Go Back(space)
ID oamoblhomggdkgijpmlnbiafkchmpajd
URL Oficial https://chromewebstore.google.com/detail/go-backspace/oamoblhomggdkgijpmlnbiafkchmpajd
Descrição This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.
Tamanho do Arquivo 10.97 KB
Contagem de Instalações 527
Versão Atual 1.3
Última Atualização 2016-10-25
Data de Publicação 2016-10-24
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.tristanwiley.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go Back(space)",
    "description": "This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.",
    "version": "1.3",
    "minimum_chrome_version": "52",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_start"
        }
    ]
}