SwipeHistory
Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll.
¿Qué es SwipeHistory?
SwipeHistory es una extensión de Chrome desarrollada por Rasmus Johanson, y su función principal es "Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SwipeHistory
Descarga archivos de extensión SwipeHistory en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | SwipeHistory |
ID | fhmlogipcjkneapddafhpfldafgbekfo |
URL Oficial | https://chromewebstore.google.com/detail/swipehistory/fhmlogipcjkneapddafhpfldafgbekfo |
Descripción | Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll. |
Tamaño del Archivo | 117 KB |
Cantidad de Instalaciones | 256 |
Versión Actual | 1.1 |
Última Actualización | 2020-11-18 |
Fecha de Publicación | 2020-03-01 |
Calificación | 4.80/5 Total de 5 Calificaciones |
Desarrollador | Rasmus Johanson |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/johanson/SwipeHistory |
URL de la Página de Ayuda | https://github.com/johanson/SwipeHistory |
Idiomas Soportados | 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": [ " |