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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": []
        }
    ]
}