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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}