miniGestures [Reloaded]

Simple mouse gestures / Reloaded version.

miniGestures [Reloaded] là gì?

miniGestures [Reloaded] là một tiện ích mở rộng Chrome được phát triển bởi https://www.virtualsoaring.eu, và tính năng chính của nó là "Simple mouse gestures / Reloaded version.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng miniGestures [Reloaded] 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

                        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.

Remake of this original AJ Ribeiro miniGestures extension: http://bit.ly/1SBKLa2

---------------------------
[2015/11/23] Version 0.5:
Added "Save & Close" button on config page.

[2015/11/19] Version 0.4:
Added click on icon in address bar to enter options page.

[2015/11/18] Version 0.3:
Modified/updated configuration page.

[2015/11/17] Version 0.2:
Added automatic uppercase input.

[2015/11/16] Version 0.1:
First initial release.                    

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

Tên miniGestures [Reloaded] miniGestures [Reloaded]
ID beamjpgknhidkfgmbeplfedbnhmajjpj
URL Chính Thức https://chromewebstore.google.com/detail/minigestures-reloaded/beamjpgknhidkfgmbeplfedbnhmajjpj
Mô tả Simple mouse gestures / Reloaded version.
Kích Thước Tệp 76.1 KB
Số Lần Cài Đặt 1,022
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2015-12-02
Ngày Phát Hành 2015-12-01
Đánh Giá 3.84/5 Tổng số 25 Đánh Giá
Nhà Phát Triển https://www.virtualsoaring.eu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.virtualsoaring.eu/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "miniGestures [Reloaded]",
    "short_name": "Gestures.REL",
    "description": "Simple mouse gestures \/ Reloaded version.",
    "version": "0.5",
    "background": {
        "scripts": [
            "background.min.js"
        ]
    },
    "browser_action": {
        "default_title": "miniGestures [Reloaded]",
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery-1.11.3.min.js",
                "sizzle.min.js",
                "mouseTrack.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    }
}