Go Back(space)

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

ما هو Go Back(space)؟

Go Back(space) هو إضافة Chrome تم تطويرها بواسطة https://www.tristanwiley.com، والميزة الرئيسية لها هي "This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.".

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

screenshot

تحميل ملف CRX للإضافة Go Back(space)

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

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

                        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                    

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

الاسم Go Back(space) Go Back(space)
ID oamoblhomggdkgijpmlnbiafkchmpajd
عنوان URL الرسمي https://chromewebstore.google.com/detail/go-backspace/oamoblhomggdkgijpmlnbiafkchmpajd
الوصف This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.
حجم الملف 10.97 KB
عدد التثبيتات 527
النسخة الحالية 1.3
آخر تحديث 2016-10-25
تاريخ النشر 2016-10-24
تقييم 5.00/5 مجموع تقييمات 1
المطور https://www.tristanwiley.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
        }
    ]
}