Basic Gestures
Basic mouse gestures for back/forward, new/close tab and scroll to top/bottom.
Wat is Basic Gestures?
Basic Gestures is een Chrome-extensie ontwikkeld door BPS, en de belangrijkste functie is "Basic mouse gestures for back/forward, new/close tab and scroll to top/bottom.".
Extensie Screenshots
Download het CRX-bestand van de extensie Basic Gestures
Download Basic Gestures-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This simple extension adds basic mouse gestures for back/forward, new/close tab and scroll to top/bottom. Hold down right mouse button, move mouse and then release button to execute one of the following commands. Left => Back Right => Forward Up => Scroll to top or Open new tab (can be changed in the preferences) Down => Scroll to bottom Down + Right => Close current tab Right + Down => Close current tab Linux and Mac users: Press right mouse button twice to open context menu. New in version 1.4: ------------------------------- Migration to Manifest V3 New in version 1.3: ------------------------------- New gesture: Up => Scroll to top New gesture: Down => Scroll to bottom New option: Up = "Open new tab" instead of "Scroll to top"
Basisinformatie over de Extensie
Naam | Basic Gestures |
ID | fjiafbapfbgehmngjallajbeljllmkfj |
Officiële URL | https://chromewebstore.google.com/detail/basic-gestures/fjiafbapfbgehmngjallajbeljllmkfj |
Beschrijving | Basic mouse gestures for back/forward, new/close tab and scroll to top/bottom. |
Bestandsgrootte | 13.73 KB |
Aantal Installaties | 1,146 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2022-08-19 |
Publicatiedatum | 2016-11-08 |
Beoordeling | 4.44/5 Totaal 16 Beoordelingen |
Ontwikkelaar | BPS |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Basic Gestures", "version": "1.4", "description": "Basic mouse gestures for back\/forward, new\/close tab and scroll to top\/bottom.", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |