Mouse Gestures
The extension currently allows 2 mouse gestures: back and forward. Hold right mouse button pressed and move mouse left - that…
Vad är Mouse Gestures?
Mouse Gestures är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "The extension currently allows 2 mouse gestures: back and forward. Hold right mouse button pressed and move mouse left - that…".
Tilläggsskärmbilder
Ladda ner Mouse Gestures-förlängningens CRX-fil
Ladda ner Mouse Gestures-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The extension currently allows 2 mouse gestures: back and forward. Hold right mouse button pressed and move mouse left - that affects as back. Hold right mouse button pressed and move mouse right - that affects as forward. Don't be scared of mouse track - it will disappear when the button is released! Grundläggande Information om Tillägg
| Namn | |
| ID | mihlicfjbknojccbmgepbbgpndhibbng |
| Officiell webbadress | https://chromewebstore.google.com/detail/mouse-gestures/mihlicfjbknojccbmgepbbgpndhibbng |
| Beskrivning | The extension currently allows 2 mouse gestures: back and forward. Hold right mouse button pressed and move mouse left - that… |
| Filstorlek | 11.54 KB |
| Antal Installationer | 13 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2020-04-20 |
| Publiceringsdatum | 2020-04-16 |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Mouse Gestures",
"version": "1.0",
"manifest_version": 2,
"browser_action": [],
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
" | |