Basic Gestures
Basic mouse gestures for back/forward, new/close tab and scroll to top/bottom.
Vad är Basic Gestures?
Basic Gestures är en Chrome-tillägg utvecklad av BPS, och dess huvudfunktion är "Basic mouse gestures for back/forward, new/close tab and scroll to top/bottom.".
Tilläggsskärmbilder
Ladda ner Basic Gestures-förlängningens CRX-fil
Ladda ner Basic 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
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"
Grundläggande Information om Tillägg
Namn | Basic Gestures |
ID | fjiafbapfbgehmngjallajbeljllmkfj |
Officiell webbadress | https://chromewebstore.google.com/detail/basic-gestures/fjiafbapfbgehmngjallajbeljllmkfj |
Beskrivning | Basic mouse gestures for back/forward, new/close tab and scroll to top/bottom. |
Filstorlek | 13.73 KB |
Antal Installationer | 1,146 |
Aktuell Version | 1.4 |
Senast Uppdaterad | 2022-08-19 |
Publiceringsdatum | 2016-11-08 |
Betyg | 4.44/5 Totalt 16 Betyg |
Utvecklare | BPS |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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": [ " |