Backspace navigation (for Linux)

This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…

Co to jest Backspace navigation (for Linux)?

Backspace navigation (for Linux) to rozszerzenie Chrome opracowane przez jdmiller93, a jego główną funkcją jest „This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Backspace navigation (for Linux)

Pobierz pliki rozszerzeń Backspace navigation (for Linux) 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

                        This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some input field), or shift+backspace to go forward. The extension is intended for Linux users (as Chrome for Linux does not have this feature), but it should not break the built-in backspace navigation on Windows/Mac.                    

Podstawowe informacje o rozszerzeniu

Nazwa Backspace navigation (for Linux) Backspace navigation (for Linux)
ID llhklfkimjbpfckbiklconnkagcmocke
Oficjalny URL https://chromewebstore.google.com/detail/backspace-navigation-for/llhklfkimjbpfckbiklconnkagcmocke
Opis This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…
Rozmiar pliku 2.9 KB
Liczba instalacji 254
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2013-09-08
Data Publikacji 2013-09-08
Ocena 3.82/5 Łącznie 11 Oceny
Deweloper jdmiller93
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Backspace navigation (for Linux)",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "backspace.js"
            ],
            "all_frames": true
        }
    ]
}