Backspace navigation (for Linux)

This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…

Backspace navigation (for Linux)คืออะไร?

Backspace navigation (for Linux) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jdmiller93 และคุณลักษณะหลักของมันคือ "This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Backspace navigation (for Linux)

ดาวน์โหลดไฟล์ส่วนขยาย Backspace navigation (for Linux) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some input field), or shift+backspace to go forward. The extension is intended for Linux users (as Chrome for Linux does not have this feature), but it should not break the built-in backspace navigation on Windows/Mac.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Backspace navigation (for Linux) Backspace navigation (for Linux)
ID llhklfkimjbpfckbiklconnkagcmocke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/backspace-navigation-for/llhklfkimjbpfckbiklconnkagcmocke
คำอธิบาย This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…
ขนาดไฟล์ 2.9 KB
จำนวนการติดตั้ง 254
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-09-08
วันที่เผยแพร่ 2013-09-08
คะแนน 3.82/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา jdmiller93
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Backspace navigation (for Linux)",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "backspace.js"
            ],
            "all_frames": true
        }
    ]
}