SwipeHistory
Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll.
What is SwipeHistory?
SwipeHistory is a Chrome extension developed by Rasmus Johanson, and its main feature is "Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll.".
Extension Screenshots
Download SwipeHistory Extension CRX File
Download SwipeHistory extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | SwipeHistory |
ID | fhmlogipcjkneapddafhpfldafgbekfo |
Official URL | https://chromewebstore.google.com/detail/swipehistory/fhmlogipcjkneapddafhpfldafgbekfo |
Description | Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll. |
File Size | 117 KB |
Installation Count | 256 |
Current Version | 1.1 |
Last Updated | 2020-11-18 |
Publish Date | 2020-03-01 |
Rating | 4.80/5 Total 5 Ratings |
Developer | Rasmus Johanson |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/johanson/SwipeHistory |
Help Page URL | https://github.com/johanson/SwipeHistory |
Supported Languages | 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": [ " |