swipe-back
Go back to previous page by swiping left with two fingers on a trackpad.
Apa itu swipe-back?
swipe-back adalah ekstensi Chrome yang dikembangkan oleh golopot, dan fitur utamanya adalah "Go back to previous page by swiping left with two fingers on a trackpad.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi swipe-back
Unduh file ekstensi swipe-back dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | swipe-back |
ID | mkkcgajcpakpfjgikmekgnihlbhliodo |
URL Resmi | https://chromewebstore.google.com/detail/swipe-back/mkkcgajcpakpfjgikmekgnihlbhliodo |
Deskripsi | Go back to previous page by swiping left with two fingers on a trackpad. |
Ukuran File | 6.09 KB |
Jumlah Instalasi | 938 |
Versi Saat Ini | 0.1.1 |
Terakhir Diperbarui | 2022-02-14 |
Tanggal Publikasi | 2022-01-25 |
Penilaian | 4.33/5 Total 12 Penilaian |
Pengembang | golopot |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/golopot/swipe-back |
Bahasa yang Didukung | 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" ] } ] } |