smartUp Gestures

A customizable web browser extension that enhances productivity and efficiency through the use of mouse.

Was ist smartUp Gestures?

smartUp Gestures ist eine Chrome-Erweiterung, die von pramajitkumar911 entwickelt wurde, und ihr Hauptmerkmal ist "A customizable web browser extension that enhances productivity and efficiency through the use of mouse.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

smartUp Gestures-Erweiterungs-CRX-Datei herunterladen

Laden Sie smartUp Gestures-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        SmartUp Gestures is a mouse gesture extension that allows users to quickly perform various common actions while browsing the web using mouse gestures, thus enhancing productivity and efficiency. Users can customize different mouse gestures to execute different actions, such as forward/backward navigation, opening/closing tabs, scrolling pages, zooming in/out, create post on Facebook, etc... 

NOTE: 
After the initial installation is complete, the extension will redirect to a website that displays ads to promote and install other extensions provided by the sponsor. Additionally, there will be a small area on the options page that displays the sponsor's ad. Besides this, we will not insert or display advertisements anywhere else.                    

Grundlegende Informationen zur Erweiterung

Name smartUp Gestures smartUp Gestures
ID bgjfekefhjemchdeigphccilhncnjldn
Offizielle URL https://chromewebstore.google.com/detail/smartup-gestures/bgjfekefhjemchdeigphccilhncnjldn
Beschreibung A customizable web browser extension that enhances productivity and efficiency through the use of mouse.
Dateigröße 281 KB
Installationsanzahl 93,207
Aktuelle Version 7.3.1
Letztes Update 2024-01-19
Veröffentlichungsdatum 2020-03-04
Bewertung 4.52/5 Insgesamt 1604 Bewertungen
Entwickler pramajitkumar911
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.termsfeed.com/live/5e08134d-85a9-474a-912a-b494e1d8df13
Unterstützte Sprachen en,it,pt-BR,ru,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A customizable web browser extension that enhances productivity and efficiency through the use of mouse.",
    "version": "7.3.1",
    "name": "smartUp Gestures",
    "short_name": "smartUp",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png",
        "default_title": "smartUp"
    },
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/event.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "tabs",
        "scripting",
        "notifications",
        "storage",
        "contextMenus",
        "unlimitedStorage",
        "tts",
        "declarativeNetRequest"
    ],
    "optional_permissions": [
        "downloads",
        "downloads.shelf",
        "clipboardRead",
        "clipboardWrite",
        "bookmarks",
        "history",
        "management",
        "sessions",
        "pageCapture",
        "background",
        "topSites"
    ],
    "host_permissions": [
        "",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "image\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en"
}