Go back with backspace

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

Co to jest Go back with backspace?

Go back with backspace to rozszerzenie Chrome opracowane przez https://namitjuneja.com, a jego główną funkcją jest „Restore the backspace key shortcut to navigate to the previous page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Go back with backspace

Pobierz pliki rozszerzeń Go back with backspace w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Go back with backspace Go back with backspace
ID emacifekhnajdlgeejloncjbcnoingnd
Oficjalny URL https://chromewebstore.google.com/detail/go-back-with-backspace/emacifekhnajdlgeejloncjbcnoingnd
Opis Restore the backspace key shortcut to navigate to the previous page.
Rozmiar pliku 4.48 KB
Liczba instalacji 5,636
Aktualna Wersja 0.3.2
Ostatnia Aktualizacja 2016-08-01
Data Publikacji 2016-08-01
Ocena 4.04/5 Łącznie 25 Oceny
Deweloper https://namitjuneja.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/namitjuneja/chrome-backspace
Obsługiwane Języki 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"
    }
}