miniGestures2

a very simple mouse gestures program

miniGestures2 là gì?

miniGestures2 là một tiện ích mở rộng Chrome được phát triển bởi Karpediem, và tính năng chính của nó là "a very simple mouse gestures program".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng miniGestures2

Tải xuống các tệp mở rộng miniGestures2 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        https://github.com/ajribeiro/miniGestures 에 기능추가                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên miniGestures2 miniGestures2
ID akpalcpkpldjellmgainjojefkamfafh
URL Chính Thức https://chrome.google.com/webstore/detail/minigestures2/akpalcpkpldjellmgainjojefkamfafh
Mô tả a very simple mouse gestures program
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2018-05-24
Ngày Phát Hành 2018-05-24
Nhà Phát Triển Karpediem
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/wlsgur0726/miniGestures
Ngôn Ngữ Được Hỗ Trợ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "miniGestures2",
    "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.4",
    "options_page": "options.html",
    "description": "a very simple mouse gestures program"
}