Go Back With Backspace Button

Restores browser behavior of navigating to previous page when pressing the Backspace key.

Apa itu Go Back With Backspace Button?

Go Back With Backspace Button adalah ekstensi Chrome yang dikembangkan oleh ArtHouse, dan fitur utamanya adalah "Restores browser behavior of navigating to previous page when pressing the Backspace key.".

Unduh Berkas CRX Ekstensi Go Back With Backspace Button

Unduh file ekstensi Go Back With Backspace Button 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

                        Restores browser behavior of navigating to previous page when pressing the Backspace key.                    

Informasi Dasar Ekstensi

Nama Go Back With Backspace Button Go Back With Backspace Button
ID hgkdgokgamkpehffocijaopekplanmcb
URL Resmi https://chrome.google.com/webstore/detail/go-back-with-backspace-bu/hgkdgokgamkpehffocijaopekplanmcb
Deskripsi Restores browser behavior of navigating to previous page when pressing the Backspace key.
Ukuran File 35.14 KB
Jumlah Instalasi 30
Versi Saat Ini 0.9
Terakhir Diperbarui 2016-08-26
Tanggal Publikasi 2016-08-26
Penilaian 2.00/5 Total 1 Penilaian
Pengembang ArtHouse
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.9",
    "name": "__MSG_l10nExtName__",
    "description": "__MSG_l10nExtDescription__",
    "default_locale": "en",
    "icons": {
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "is_editable.js",
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon32.png"
    },
    "background": {
        "scripts": [
            "is_editable.js",
            "background.js"
        ]
    },
    "permissions": [
        ""
    ],
    "manifest_version": 2,
    "minimum_chrome_version": "52"
}