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
公式URL 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
Eメール [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": []
        }
    ]
}