SimpleGestures
A very simple mouse gestures extension
What is SimpleGestures?
SimpleGestures is a Chrome extension developed by junkfactory, and its main feature is "A very simple mouse gestures extension".
Extension Screenshots
Download SimpleGestures Extension CRX File
Download SimpleGestures extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Very simple and base mouse gestures for chrome. Based from miniGestures extension completely simplified and open source. https://github.com/junkfactory/chrome-simple-gestures 0.5 - Improve open link in new tab - thanks Lars Brand 0.4 - Assign gestures to open custom urls in a new tab (beta) 0.3 - Add rocker gesture to switch between next or previous tab. (enable in options) 0.2 - Add app icon 0.1 - Initial release
Extension Basic Information
Name | SimpleGestures |
ID | cedlkmdalbapegbnlmfammochkpbheig |
Official URL | https://chromewebstore.google.com/detail/simplegestures/cedlkmdalbapegbnlmfammochkpbheig |
Description | A very simple mouse gestures extension |
File Size | 33.08 KB |
Installation Count | 117 |
Current Version | 0.5 |
Last Updated | 2024-02-25 |
Publish Date | 2021-07-12 |
Rating | 5.00/5 Total 2 Ratings |
Developer | junkfactory |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/junkfactory/chrome-simple-gestures |
Help Page URL | https://github.com/junkfactory/chrome-simple-gestures/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SimpleGestures", "version": "0.5", "description": "A very simple mouse gestures extension", "action": { "default_title": "Click for SimpleGestures options", "default_popup": "options.html" }, "icons": { "128": "app_icon.png" }, "permissions": [ "activeTab", "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |