Mouse History

Go one page back or one page forward with clever mouse button shortcut.

Mouse Historyคืออะไร?

Mouse History เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Martin Babinec และคุณลักษณะหลักของมันคือ "Go one page back or one page forward with clever mouse button shortcut."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mouse History

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

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

                        You can go back or forward in page with these easy mouse shortcut:

- Hold right mouse button + press left mouse button = go one page back.
- Hold left mouse button + press right mouse button = go one page forward.                    

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

ชื่อ Mouse History Mouse History
ID lmmjlidhpipkimkbeoppeognbeahogjf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mouse-history/lmmjlidhpipkimkbeoppeognbeahogjf
คำอธิบาย Go one page back or one page forward with clever mouse button shortcut.
ขนาดไฟล์ 8.58 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-04-11
วันที่เผยแพร่ 2015-04-11
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Martin Babinec
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mouse History",
    "version": "1.0",
    "author": "Martin Babinec",
    "description": "Go one page back or one page forward with clever mouse button shortcut.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}