Simple Mouse Gestures
Extension that provides the ability to define mouse gestures that will run specific actions in your Google Chrome browser
Cos'è Simple Mouse Gestures?
Simple Mouse Gestures è un'estensione di Chrome sviluppata da lukasz.rydzkowski, e la sua funzione principale è "Extension that provides the ability to define mouse gestures that will run specific actions in your Google Chrome browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple Mouse Gestures
Scarica i file di estensione Simple Mouse Gestures in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Google Chrome extension that provides the ability to define mouse gestures that will run specific actions in your browser. A mouse gesture can be drawn by moving your mouse cursor with the right mouse button pressed inside your browse window. In settings you can attach a mouse gesture with the specific action. The list of actions possible to attach to mouse gestures: - Go Back - Go Forward - Open New Tab - Close Current Tab - Reload Current Tab - Switch to Left Tab - Switch to Right Tab - Close Window - Minimize Window - Scroll to Top - Scroll to Bottom Other settings: - Line color - Line width
Informazioni di Base sull'Estensione
Nome | Simple Mouse Gestures |
ID | niailegbonoknccjigjjaijppileoilm |
URL Ufficiale | https://chromewebstore.google.com/detail/simple-mouse-gestures/niailegbonoknccjigjjaijppileoilm |
Descrizione | Extension that provides the ability to define mouse gestures that will run specific actions in your Google Chrome browser |
Dimensione del File | 980 KB |
Conteggio Installazioni | 137 |
Versione Corrente | 0.3.3 beta |
Ultimo Aggiornamento | 2024-02-20 |
Data di Pubblicazione | 2023-01-29 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | lukasz.rydzkowski |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/lrydzkowski/SimpleMouseGestures |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Simple Mouse Gestures", "description": "Extension that provides the ability to define mouse gestures that will run specific actions in your Google Chrome browser", "version": "0.3.3", "version_name": "0.3.3 beta", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "consts.js", "content-scripts\/utils.js", "content-scripts\/gestures-handler.js", "content-scripts\/canvas-builder.js", "content-scripts\/canvas-event-handler.js", "content-scripts\/canvas-handler.js", "content-scripts\/settings-storage.js", "content-scripts\/content-event-handler.js", "content.js" ], "matches": [ " |