SwipeHistory
Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll.
Hvad er SwipeHistory?
SwipeHistory er en Chrome-udvidelse udviklet af Rasmus Johanson, og dens hovedfunktion er "Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll.".
Udvidelsesskærmbilleder
Download SwipeHistory-udvidelses-CRX-fil
Download SwipeHistory-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | SwipeHistory |
ID | fhmlogipcjkneapddafhpfldafgbekfo |
Officiel URL | https://chromewebstore.google.com/detail/swipehistory/fhmlogipcjkneapddafhpfldafgbekfo |
Beskrivelse | Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll. |
Filstørrelse | 117 KB |
Antal Installationer | 256 |
Nuværende Version | 1.1 |
Senest Opdateret | 2020-11-18 |
Udgivelsesdato | 2020-03-01 |
Bedømmelse | 4.80/5 Samlet 5 Bedømmelser |
Udvikler | Rasmus Johanson |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/johanson/SwipeHistory |
Hjælpeside-URL | https://github.com/johanson/SwipeHistory |
Understøttede Sprog | 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": [ " |