SwipeHistory
Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll.
Vad är SwipeHistory?
SwipeHistory är en Chrome-tillägg utvecklad av Rasmus Johanson, och dess huvudfunktion är "Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll.".
Tilläggsskärmbilder
Ladda ner SwipeHistory-förlängningens CRX-fil
Ladda ner SwipeHistory-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
Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll. You need to enable vertical scroll from your touchpad settings, otherwise the extension won't work. The sensitivity depends on myriad of settings, often operating system and touchpad drivers.
Grundläggande Information om Tillägg
Namn | SwipeHistory |
ID | fhmlogipcjkneapddafhpfldafgbekfo |
Officiell webbadress | https://chromewebstore.google.com/detail/swipehistory/fhmlogipcjkneapddafhpfldafgbekfo |
Beskrivning | Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll. |
Filstorlek | 117 KB |
Antal Installationer | 256 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2020-11-18 |
Publiceringsdatum | 2020-03-01 |
Betyg | 4.80/5 Totalt 5 Betyg |
Utvecklare | Rasmus Johanson |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/johanson/SwipeHistory |
Hjälpsida URL | https://github.com/johanson/SwipeHistory |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SwipeHistory", "version": "1.1", "manifest_version": 2, "description": "Emulate macbook\/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll.", "author": "Rasmus Johanson", "homepage_url": "https:\/\/github.com\/johanson\/", "minimum_chrome_version": "75", "options_ui": { "page": "settings\/settings.html", "chrome_style": true }, "icons": { "128": "assets\/icon_128.png" }, "browser_action": { "default_popup": "settings\/settings.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ " |