swipe-back
Go back to previous page by swiping left with two fingers on a trackpad.
Qu'est-ce que swipe-back ?
swipe-back est une extension Chrome développée par golopot, et sa fonction principale est "Go back to previous page by swiping left with two fingers on a trackpad.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension swipe-back
Téléchargez les fichiers d'extension swipe-back au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Go back to previous page by swiping left with two fingers on a trackpad. This extension emulates swipe back in a Mac magic trackpad. You don't need this extension on a Mac computer.
Informations de Base sur l'Extension
Nom | swipe-back |
ID | mkkcgajcpakpfjgikmekgnihlbhliodo |
URL Officiel | https://chromewebstore.google.com/detail/swipe-back/mkkcgajcpakpfjgikmekgnihlbhliodo |
Description | Go back to previous page by swiping left with two fingers on a trackpad. |
Taille du Fichier | 6.09 KB |
Nombre d'Installations | 938 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2022-02-14 |
Date de Publication | 2022-01-25 |
Évaluation | 4.33/5 Total 12 Évaluations |
Développeur | golopot |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/golopot/swipe-back |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "swipe-back", "version": "0.1.1", "description": "Go back to previous page by swiping left with two fingers on a trackpad.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_end", "js": [ "swipe-back.js" ], "css": [ "swipe-back.css" ] } ] } |