Go back with backspace

Restore the backspace key shortcut to navigate to the previous page.

ما هو Go back with backspace؟

Go back with backspace هو إضافة Chrome تم تطويرها بواسطة https://namitjuneja.com، والميزة الرئيسية لها هي "Restore the backspace key shortcut to navigate to the previous page.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Go back with backspace

قم بتنزيل ملفات الامتداد Go back with backspace بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Google has removed the ability to go "back" with the backspace key in chrome since v52.

This extension brings back the functionality and allows you to use Backspace key as a shortcut to go back to the previous page.

Usage
BACKSPACE              - Go one step back
Shift + BACKSPACE - Go one step forward                    

معلومات أساسية عن التمديد

الاسم Go back with backspace Go back with backspace
ID emacifekhnajdlgeejloncjbcnoingnd
عنوان URL الرسمي https://chromewebstore.google.com/detail/go-back-with-backspace/emacifekhnajdlgeejloncjbcnoingnd
الوصف Restore the backspace key shortcut to navigate to the previous page.
حجم الملف 4.48 KB
عدد التثبيتات 5,636
النسخة الحالية 0.3.2
آخر تحديث 2016-08-01
تاريخ النشر 2016-08-01
تقييم 4.04/5 مجموع تقييمات 25
المطور https://namitjuneja.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/namitjuneja/chrome-backspace
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go back with backspace",
    "description": "Restore the backspace key shortcut to navigate to the previous page.",
    "author": "Namit Juneja",
    "version": "0.3.2",
    "manifest_version": 2,
    "minimum_chrome_version": "52",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}