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…

Apa itu Backspace navigation (for Linux)?

Backspace navigation (for Linux) adalah ekstensi Chrome yang dikembangkan oleh jdmiller93, dan fitur utamanya adalah "This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Backspace navigation (for Linux)

Unduh file ekstensi Backspace navigation (for Linux) 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 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.                    

Informasi Dasar Ekstensi

Nama Backspace navigation (for Linux) Backspace navigation (for Linux)
ID llhklfkimjbpfckbiklconnkagcmocke
URL Resmi https://chromewebstore.google.com/detail/backspace-navigation-for/llhklfkimjbpfckbiklconnkagcmocke
Deskripsi This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…
Ukuran File 2.9 KB
Jumlah Instalasi 254
Versi Saat Ini 1.0
Terakhir Diperbarui 2013-09-08
Tanggal Publikasi 2013-09-08
Penilaian 3.82/5 Total 11 Penilaian
Pengembang jdmiller93
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
        }
    ]
}