Go back with backspace

Restore the backspace key shortcut to navigate to the previous page.

O que é Go back with backspace?

Go back with backspace é uma extensão do Chrome desenvolvida por https://namitjuneja.com, e sua principal característica é "Restore the backspace key shortcut to navigate to the previous page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Go back with backspace

Baixe arquivos de extensão Go back with backspace 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

                        Google has removed the ability to go "back" with the backspace key in chrome since v52.

This extension brings back the functionality and allows you to use Backspace key as a shortcut to go back to the previous page.

Usage
BACKSPACE              - Go one step back
Shift + BACKSPACE - Go one step forward                    

Informações Básicas da Extensão

Nome Go back with backspace Go back with backspace
ID emacifekhnajdlgeejloncjbcnoingnd
URL Oficial https://chromewebstore.google.com/detail/go-back-with-backspace/emacifekhnajdlgeejloncjbcnoingnd
Descrição Restore the backspace key shortcut to navigate to the previous page.
Tamanho do Arquivo 4.48 KB
Contagem de Instalações 5,636
Versão Atual 0.3.2
Última Atualização 2016-08-01
Data de Publicação 2016-08-01
Classificação 4.04/5 Total de 25 Avaliações
Desenvolvedor https://namitjuneja.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/namitjuneja/chrome-backspace
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go back with backspace",
    "description": "Restore the backspace key shortcut to navigate to the previous page.",
    "author": "Namit Juneja",
    "version": "0.3.2",
    "manifest_version": 2,
    "minimum_chrome_version": "52",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}