CrxMouse Chrome™ Gestures

Boost browsing productivity with mouse navigation shortcuts - simple Mouse Gestures, Super Drag, Wheel Gestures, Rocker Gestures.

Τι είναι το CrxMouse Chrome™ Gestures;

Το CrxMouse Chrome™ Gestures είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://crxmouse.com, και η κύρια λειτουργία του είναι "Boost browsing productivity with mouse navigation shortcuts - simple Mouse Gestures, Super Drag, Wheel Gestures, Rocker Gestures.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης CrxMouse Chrome™ Gestures

Λήψη αρχείων επέκτασης CrxMouse Chrome™ Gestures σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Customize mouse gestures and make your browsing more productive, and each mouse movement more effective!
 
crxMouse Chrome™ Gestures brings the power of the browser to your fingertips, boosting your productivity.
 
**Our service is free. No paid edition or account and no advertisements. 
 
Please note: Mouse gesture navigation doesn't work on Chrome's built-in pages because of Google's security restrictions.
 
Mouse Gesture Built-in Actions: 
Press + Hold Right Button (anywhere on the screen) and Drag to perform the following: 
↓→ : close current tab
↓→↑ : open a new window
← : back
←↑ : reopen closed tabs
→ : forward
→↓ : scroll to bottom
→↑ : scroll to top
↑ : scroll up one page
↑↓ : refresh
↑↓↑ : force a refresh
↑← : move to the left tab
↑→ : move to the right tab
↓→↓ : close current window
 
--------------------------------
 
Super Drag Built-in Actions:
 
Press + Hold Left Button and drag links to perform the following actions:
→ : open link in a new tab
← : open link in a new tab (background)
←↓→ : copy text
→↓← : copy URL
Press + Hold Left Button and drag text to perform the following actions:
← : search in new tab (background)
→ : search in a new tab
 
--------------------------------
 
Wheel Gestures Built-in Actions:
Press + Hold Right Button and scroll to perform the following actions:
↑: scroll to top
Press + Hold Left Button and Scroll to perform the following actions:
↓: scroll to bottom
 
 
 
--------------------------------
Important note
Our users help us provide the best and most popular mouse gestures for any given site. To identify the best ones from our database, we need access to the All Hosts, tabs, clipboardRead, clipboardWrite, bookmarks, notifications, storage, unlimitedStorage, webNavigation, webRequest, webRequestBlocking, and contextMenus permissions from which we collect anonymized browsing data. 
We care greatly about your privacy. For more information, please read our privacy policy: https://crxmouse.com/privacy/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα CrxMouse Chrome™ Gestures CrxMouse Chrome™ Gestures
ID jlgkpaicikihijadgifklkbpdajbkhjo
Επίσημο URL https://chromewebstore.google.com/detail/crxmouse-chrome-gestures/jlgkpaicikihijadgifklkbpdajbkhjo
Περιγραφή Boost browsing productivity with mouse navigation shortcuts - simple Mouse Gestures, Super Drag, Wheel Gestures, Rocker Gestures.
Μέγεθος Αρχείου 957 KB
Αριθμός Εγκαταστάσεων 770,721
Τρέχουσα Έκδοση 6.0.5
Τελευταία Ενημέρωση 2024-02-28
Ημερομηνία Δημοσίευσης 2020-05-28
Αξιολόγηση 4.48/5 Συνολικά 11313 Αξιολογήσεις
Προγραμματιστής https://crxmouse.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://crxmouse.com/
URL της Σελίδας Πολιτικής Απορρήτου https://crxmouse.com/privacy
Υποστηριζόμενες Γλώσσες de,en,fr,nl,no,da,fi,sv,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_descriptionjson__",
    "version": "6.0.5",
    "manifest_version": 3,
    "icons": {
        "16": "image\/icon.png",
        "48": "image\/icon.png",
        "128": "image\/icon.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "webNavigation",
        "webRequest",
        "clipboardRead",
        "clipboardWrite",
        "bookmarks",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "action": {
        "default_icon": "image\/icon.png",
        "default_popup": "popup.html",
        "default_title": "crxMouse Top Gestures"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-3.3.1.min.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "js\/frame.js"
            ]
        },
        {
            "matches": [
                "https:\/\/crxmouse.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "js\/websiteHandler.js"
            ]
        }
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "image\/*",
                "js\/*",
                "icon.png",
                "html\/notifi.html",
                "options.html",
                "fonts\/*",
                "css\/"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}