Mouse Gesture Events

Control your browser faster and easier with gestures using mouse movement.

Mouse Gesture Events là gì?

Mouse Gesture Events là một tiện ích mở rộng Chrome được phát triển bởi Make it Simpler, và tính năng chính của nó là "Control your browser faster and easier with gestures using mouse movement.".

Ả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 Mouse Gesture Events

Tải xuống các tệp mở rộng Mouse Gesture Events 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

                        HOW IT WORKS

1) Open any page.
2) Hold down Right Mouse button, Move the mouse in any direction, then Release button.
3) Movement transformed into event, for example, upward movement will open a new tab.

Size: 29 kB.


DEFAULT SETTINGS

↑ - Open new tab.
↓ - Close current tab.
→ - Move to the Right tab.
← - Move to the Left tab.
↗ - Refresh page.
↙ - Restore reopen the last closed tab.
↘ - Go to the Next page in history.
↖ - Go to the Previous page in history.
⇡ - Scroll to the Top of the page.
⇣ - Scroll to the Bottom of the page.

Additional available:

• Closes all tabs except the current
• Pin / Unpin current tab
• Minimize browser window
• Close browser window
• Duplicate Tab

LINUX / MAC USERS

Double right click to open context menu.

BEST CHOICE

✔ Diagonal movement support.
✔ Absolutly free and forever be free. 
✔ Clear, no jquery, no ads, no statistic, no analytic, no malware. 
✔ Tiny and elegant mouse movement gestures extension. Contain most frequently used commands for best performance. 


LIMITATIONS

Security policy of browser does not allow to run extensions on  internal pages (chrome://about/), and on webstore page (https://chrome.google.com/webstore/).                    

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

Tên Mouse Gesture Events Mouse Gesture Events
ID ogjdgjefnddnjhkibmblgiofbjdgnahc
URL Chính Thức https://chromewebstore.google.com/detail/mouse-gesture-events/ogjdgjefnddnjhkibmblgiofbjdgnahc
Mô tả Control your browser faster and easier with gestures using mouse movement.
Kích Thước Tệp 29.87 KB
Số Lần Cài Đặt 84,013
Phiên Bản Hiện Tại 3.0.2
Cập Nhật Lần Cuối 2024-02-15
Ngày Phát Hành 2019-03-26
Đánh Giá 4.05/5 Tổng số 220 Đánh Giá
Nhà Phát Triển Make it Simpler
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,vi,tr,es,it,pl,sv,cs,ru,uk,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "3.0.2",
    "description": "__MSG_extDes__",
    "background": {
        "service_worker": "res\/background.js"
    },
    "icons": {
        "48": "res\/0.png",
        "128": "res\/1.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "res\/add.js"
            ],
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "res\/options.htm",
        "open_in_tab": true
    },
    "permissions": [
        "sessions",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}