swipe-back
Go back to previous page by swiping left with two fingers on a trackpad.
Vad är swipe-back?
swipe-back är en Chrome-tillägg utvecklad av golopot, och dess huvudfunktion är "Go back to previous page by swiping left with two fingers on a trackpad.".
Tilläggsskärmbilder
Ladda ner swipe-back-förlängningens CRX-fil
Ladda ner swipe-back-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
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.
Grundläggande Information om Tillägg
Namn | swipe-back |
ID | mkkcgajcpakpfjgikmekgnihlbhliodo |
Officiell webbadress | https://chromewebstore.google.com/detail/swipe-back/mkkcgajcpakpfjgikmekgnihlbhliodo |
Beskrivning | Go back to previous page by swiping left with two fingers on a trackpad. |
Filstorlek | 6.09 KB |
Antal Installationer | 938 |
Aktuell Version | 0.1.1 |
Senast Uppdaterad | 2022-02-14 |
Publiceringsdatum | 2022-01-25 |
Betyg | 4.33/5 Totalt 12 Betyg |
Utvecklare | golopot |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/golopot/swipe-back |
Stödda Språk | 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" ] } ] } |