miniGestures

a very simple mouse gestures program

miniGesturesคืออะไร?

miniGestures เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AJ Ribeiro และคุณลักษณะหลักของมันคือ "a very simple mouse gestures program"

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

screenshot

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

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

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

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