CLEAN crxMouse Gestures

CLEAN Version! Boost browsing productivity with your fingertips - Mouse Gestures, Super Drag, Wheel Gestures, Rocker Gestures.

什麼是CLEAN crxMouse Gestures?

CLEAN crxMouse Gestures是由Jeffrey開發的Chrome擴展程式,該擴展的主要功能是“CLEAN Version! Boost browsing productivity with your fingertips - Mouse Gestures, Super Drag, Wheel Gestures, Rocker Gestures.”。

擴展截圖

screenshot
screenshot
screenshot

下載CLEAN crxMouse Gestures擴展crx文件

下載CLEAN crxMouse Gestures擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        CLEAN Version! Based on crxMouse Gestures, Modified and optimized the code.
MOST Importrant! Removed the code of background urls uploading. 
Convenient, fast and fully exploit the mouse all operating features include: mouse gestures, super drag, wheel gestures, rocker gestures, smooth scrolling, tab lists, force background tab.

Change log:
V4.2.0: Support more sites with dragging image to open link, Youtube, Bilibili etc.
V4.1.8: Using optional permissions mechanism to get back Add to bookmarks, open url from clipboard, you need to re-add gesture or click save button to trigger permission prompt.
V4.1.5: Add gesture to disable context menu. Add new image download methods. Fix run custom script.
V4.1.3: Fix reopen closed page/fullscreen/background open tab.
V4.1.2: Fix background open tab, fix mouse wheel smooth scroll.
V4.1.0: Remove permission: tabs, clipboardRead, clipboardWrite, bookmarks,may loss some functions rarely used:capture page, open url from clipboard, add to bookmark. Copy to clipboard is not affected. Fix bugs related to upgrade manifest to V3.
V4.0.2: Fix import config file error, fix google search by image.
V4.0.0: Update extension to Manifest V3, fix some bugs, enhance performance.
V3.4.4: Fix drag text/link/pic not opening in background.
V3.4.3: Add search engine DuckDuckGo, fix drag text with '&' cause imcomplete searching text.
V3.4.1: Fix track color setting failure.
V3.4.0: Fix gesture failure in some websites, csdn etc.
V3.3.0: Add force background tab. Fix gesture track deviation.
V3.2.0: Update selection & drag to search & open link strategy.
V3.1.1: Fixed Drag-Image (Save image). Detele jQuery file, optimized extension package size.                    

擴展基本資訊

名稱 CLEAN crxMouse Gestures CLEAN crxMouse Gestures
ID mjidkpedjlfnanainpdfnedkdlacidla
官方網址 https://chromewebstore.google.com/detail/clean-crxmouse-gestures/mjidkpedjlfnanainpdfnedkdlacidla
簡介 CLEAN Version! Boost browsing productivity with your fingertips - Mouse Gestures, Super Drag, Wheel Gestures, Rocker Gestures.
檔案大小 121 KB
安裝次數 91,601
目前版本 4.2.0
更新時間 2023-01-29
上架時間 2017-03-11
評分 4.53/5 共 563 次評分
開發者 Jeffrey
電子郵箱 [email protected]
付費類型 free
支援的語言 en,fr,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/event.css"
            ],
            "js": [
                "js\/event.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_descriptionjson__",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "CLEAN crxMouse Gestures",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "clipboardRead",
        "bookmarks"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "4.2.0",
    "web_accessible_resources": [
        {
            "resources": [
                "image\/u.png",
                "image\/r.png",
                "image\/d.png",
                "image\/l.png",
                "icon.png",
                "js\/event.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}