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

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

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