KT Mouse Gestures

Mouse Gestures.

KT Mouse Gesturesคืออะไร?

KT Mouse Gestures เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hdbench.github.io/KTMouseGestures และคุณลักษณะหลักของมันคือ "Mouse Gestures."

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

screenshot

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

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

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

                        Simple mouse gesture functions.

------------------------------------------
right button click and move
------------------------------------------
U = UP
D = DOWN
L = LEFT
R = RIGHT

---------------------
normal gestures
---------------------
UD  = reload
UDU = super reload
DR  = close
L   = back
R   = forward
D   = new tab
DU  = new tab(background)

---------------------
link gestures
---------------------
link+D   = new tab
link+DU  = new tab(background)

---------------------
History
---------------------
23.11.21
Remove unnecessary permissions

23.11.18
Update manifest version to 3

17.8.8.0
fix: chrome ver 60

0.16.4.160
fix: Gesture is executed with the left button up

0.16.4.150
add: link gestures
add: new tab(background)
del: file link operation

0.1.0.2
First release                    

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

ชื่อ KT Mouse Gestures KT Mouse Gestures
ID gfimipfmbiohbdjmbmmljponpjmhhokl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kt-mouse-gestures/gfimipfmbiohbdjmbmmljponpjmhhokl
คำอธิบาย Mouse Gestures.
ขนาดไฟล์ 20.56 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 23.11.21.0
อัปเดตครั้งล่าสุด 2023-11-22
วันที่เผยแพร่ 2017-08-10
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://hdbench.github.io/KTMouseGestures
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/contentscript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Mouse Gestures.",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "author": "HDBENCH.NET",
    "name": "KT Mouse Gestures",
    "permissions": [
        "activeTab"
    ],
    "version": "23.11.21.0"
}