Go Back(space)

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

Apa itu Go Back(space)?

Go Back(space) adalah ekstensi Chrome yang dikembangkan oleh https://www.tristanwiley.com, dan fitur utamanya adalah "This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Go Back(space)

Unduh file ekstensi Go Back(space) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Go Back(space) Go Back(space)
ID oamoblhomggdkgijpmlnbiafkchmpajd
URL Resmi https://chromewebstore.google.com/detail/go-backspace/oamoblhomggdkgijpmlnbiafkchmpajd
Deskripsi This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.
Ukuran File 10.97 KB
Jumlah Instalasi 527
Versi Saat Ini 1.3
Terakhir Diperbarui 2016-10-25
Tanggal Publikasi 2016-10-24
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.tristanwiley.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}