CLEAN crxMouse Gestures

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

Co to jest CLEAN crxMouse Gestures?

CLEAN crxMouse Gestures to rozszerzenie Chrome opracowane przez Jeffrey, a jego główną funkcją jest „CLEAN Version! Boost browsing productivity with your fingertips - Mouse Gestures, Super Drag, Wheel Gestures, Rocker Gestures.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CLEAN crxMouse Gestures

Pobierz pliki rozszerzeń CLEAN crxMouse Gestures w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa CLEAN crxMouse Gestures CLEAN crxMouse Gestures
ID mjidkpedjlfnanainpdfnedkdlacidla
Oficjalny URL https://chromewebstore.google.com/detail/clean-crxmouse-gestures/mjidkpedjlfnanainpdfnedkdlacidla
Opis CLEAN Version! Boost browsing productivity with your fingertips - Mouse Gestures, Super Drag, Wheel Gestures, Rocker Gestures.
Rozmiar pliku 121 KB
Liczba instalacji 91,601
Aktualna Wersja 4.2.0
Ostatnia Aktualizacja 2023-01-29
Data Publikacji 2017-03-11
Ocena 4.53/5 Łącznie 563 Oceny
Deweloper Jeffrey
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": []
        }
    ]
}