Go Back With Backspace Button

Restores browser behavior of navigating to previous page when pressing the Backspace key.

Go Back With Backspace Buttonคืออะไร?

Go Back With Backspace Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ArtHouse และคุณลักษณะหลักของมันคือ "Restores browser behavior of navigating to previous page when pressing the Backspace key."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Go Back With Backspace Button

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

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

                        Restores browser behavior of navigating to previous page when pressing the Backspace key.                    

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

ชื่อ Go Back With Backspace Button Go Back With Backspace Button
ID hgkdgokgamkpehffocijaopekplanmcb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/go-back-with-backspace-bu/hgkdgokgamkpehffocijaopekplanmcb
คำอธิบาย Restores browser behavior of navigating to previous page when pressing the Backspace key.
ขนาดไฟล์ 35.14 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 0.9
อัปเดตครั้งล่าสุด 2016-08-26
วันที่เผยแพร่ 2016-08-26
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ArtHouse
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.9",
    "name": "__MSG_l10nExtName__",
    "description": "__MSG_l10nExtDescription__",
    "default_locale": "en",
    "icons": {
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "is_editable.js",
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon32.png"
    },
    "background": {
        "scripts": [
            "is_editable.js",
            "background.js"
        ]
    },
    "permissions": [
        ""
    ],
    "manifest_version": 2,
    "minimum_chrome_version": "52"
}