miniGestures

a very simple mouse gestures program

miniGestures란 무엇입니까?

miniGestures은(는) AJ Ribeiro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "a very simple mouse gestures program"입니다.

확장 프로그램 스크린샷

screenshot

miniGestures 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A mouse gestures extension to give basic mouse and rocker gesture functionality.  No ads, no spyware.

Set gestures in the options page.  On first install, you must go to the options page and save configuration.

Mac and Linux users: double right click to open context.

Version 1.5 3/19/2014: Problem with Linux and Max created by adding rocker gestures should be fixed.

Version 1.4 3/19/2014: Added functionality to open link in new tab.  Thanks Theodore Briggs!

Version 1.2 3/15/2014: Added back and forward rocker gestures.  Added open last closed tab functionality.  Added option to not show mouse trails.


Version 1.1 12/8/2013: Fixed issue with canvas height property.  Now lines will be drawn on entire page.

Version 1.0 11/17/2013: Fixed deprecated DOM feature, now drawing lines properly

Version 0.1: First Upload                    

확장 프로그램 기본 정보

이름 miniGestures miniGestures
ID apnjnepphihnjahpbfjiebcnpgmjnhfp
공식 URL https://chromewebstore.google.com/detail/minigestures/apnjnepphihnjahpbfjiebcnpgmjnhfp
설명 a very simple mouse gestures program
파일 크기 114 KB
설치 횟수 12,190
현재 버전 1.5
최근 업데이트 2014-03-19
출시 날짜 2014-03-19
평점 4.16/5 총 165 개의 평점
개발자 AJ Ribeiro
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "miniGestures",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "mouseTrack.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "version": "1.5",
    "options_page": "options.html",
    "description": "a very simple mouse gestures program"
}