Go Back(space)

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

Co to jest Go Back(space)?

Go Back(space) to rozszerzenie Chrome opracowane przez https://www.tristanwiley.com, a jego główną funkcją jest „This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Go Back(space)

Pobierz pliki rozszerzeń Go Back(space) 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 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                    

Podstawowe informacje o rozszerzeniu

Nazwa Go Back(space) Go Back(space)
ID oamoblhomggdkgijpmlnbiafkchmpajd
Oficjalny URL https://chromewebstore.google.com/detail/go-backspace/oamoblhomggdkgijpmlnbiafkchmpajd
Opis This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.
Rozmiar pliku 10.97 KB
Liczba instalacji 527
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2016-10-25
Data Publikacji 2016-10-24
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://www.tristanwiley.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}