CLEAN crxMouse Gestures

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

Wat is CLEAN crxMouse Gestures?

CLEAN crxMouse Gestures is een Chrome-extensie ontwikkeld door Jeffrey, en de belangrijkste functie is "CLEAN Version! Boost browsing productivity with your fingertips - Mouse Gestures, Super Drag, Wheel Gestures, Rocker Gestures.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CLEAN crxMouse Gestures

Download CLEAN crxMouse Gestures-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CLEAN crxMouse Gestures CLEAN crxMouse Gestures
ID mjidkpedjlfnanainpdfnedkdlacidla
Officiële URL https://chromewebstore.google.com/detail/clean-crxmouse-gestures/mjidkpedjlfnanainpdfnedkdlacidla
Beschrijving CLEAN Version! Boost browsing productivity with your fingertips - Mouse Gestures, Super Drag, Wheel Gestures, Rocker Gestures.
Bestandsgrootte 121 KB
Aantal Installaties 91,601
Huidige Versie 4.2.0
Laatst Bijgewerkt 2023-01-29
Publicatiedatum 2017-03-11
Beoordeling 4.53/5 Totaal 563 Beoordelingen
Ontwikkelaar Jeffrey
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": []
        }
    ]
}