Backspace Plus to go Back

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

Apa itu Backspace Plus to go Back?

Backspace Plus to go Back adalah ekstensi Chrome yang dikembangkan oleh SofWar, dan fitur utamanya adalah "Restores browser behavior of navigating to previous page when pressing the Backspace key.".

Unduh Berkas CRX Ekstensi Backspace Plus to go Back

Unduh file ekstensi Backspace Plus to go Back 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 backspace functionality recently removed from Chrome (backspace key to go back).

Pressing the backspace key triggers back action unless an Input or Textarea is currently focused. It is possible to disable specific sites.                    

Informasi Dasar Ekstensi

Nama Backspace Plus to go Back Backspace Plus to go Back
ID midconfajhkdjapodlcdmbmmmapdgnjl
URL Resmi https://chromewebstore.google.com/detail/backspace-plus-to-go-back/midconfajhkdjapodlcdmbmmmapdgnjl
Deskripsi Restores browser behavior of navigating to previous page when pressing the Backspace key.
Ukuran File 25.57 KB
Jumlah Instalasi 422
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2016-10-29
Tanggal Publikasi 2016-10-29
Penilaian 4.00/5 Total 4 Penilaian
Pengembang SofWar
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://github.com/sofwar/chrome-store-privacy
Bahasa yang Didukung en,fr,tr,es,pl,ru,uk
manifest.json
{
    "name": "Backspace Plus to go Back",
    "short_name": "Backspace Plus",
    "description": "__MSG_description__",
    "background": {
        "scripts": [
            "js\/ga.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "js\/events.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "256": "img\/256.png",
        "128": "img\/128.png",
        "64": "img\/64.png",
        "48": "img\/48.png",
        "16": "img\/16.png"
    },
    "permissions": [
        "commands",
        "storage"
    ],
    "default_locale": "en",
    "offline_enabled": true,
    "options_page": "options.html",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "author": "SofWar",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js 'unsafe-eval'; object-src 'self'"
}