KT Mouse Gestures

Mouse Gestures.

KT Mouse Gestures란 무엇입니까?

KT Mouse Gestures은(는) https://hdbench.github.io/KTMouseGestures에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mouse Gestures."입니다.

확장 프로그램 스크린샷

screenshot

KT Mouse Gestures 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}