History Rocker Gestures

Adds Rocker gestures for navigating back and forward.

History Rocker Gesturesคืออะไร?

History Rocker Gestures เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Holger Pretzsch และคุณลักษณะหลักของมันคือ "Adds Rocker gestures for navigating back and forward."

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

screenshot

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

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

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

                        This extension allows you to use Rocker gestures for navigating back and forward in your browser history.

Hold down the right mouse button and press the left mouse button to go back. Hold down the left mouse button and press the right mouse button to go forward.

This extension is designed to be as minimalistic as possible. At the moment, there is no configuration / customization available.

When installing or re-activating this extension, pages which are already open must be refreshed once for it to work.

Changelog:
Version 1.1 - Fixed bug caused by typo
Version 1.0 - Initial release                    

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

ชื่อ History Rocker Gestures History Rocker Gestures
ID megeekhbkoimigjcfladkllbloieapmg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/history-rocker-gestures/megeekhbkoimigjcfladkllbloieapmg
คำอธิบาย Adds Rocker gestures for navigating back and forward.
ขนาดไฟล์ 7.99 KB
จำนวนการติดตั้ง 312
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2013-10-22
วันที่เผยแพร่ 2013-10-22
คะแนน 3.68/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา Holger Pretzsch
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Rocker Gestures",
    "description": "Adds Rocker gestures for navigating back and forward.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "rocker.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon_128.png"
    }
}