Leftside Back
Allows you to navigate back by just hitting the mouse on the left or right side of your screen.
Apa itu Leftside Back?
Leftside Back adalah ekstensi Chrome yang dikembangkan oleh Philipp König, dan fitur utamanya adalah "Allows you to navigate back by just hitting the mouse on the left or right side of your screen.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Leftside Back
Unduh file ekstensi Leftside 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
---- NOTICE ------ Due to security restrictions, the extension is not working in the Chrome Webstore. So to test the extension simple navigate to another website, where everything should work fine :) --------------------- This extension turns your left side of your browser window into a large back button. It allows you to navigate back by just clicking your mouse button on the left side of your screen. You can configure whether to display an indicator bar, increasing the width of the tolerance area or enabling to also navigate forward by right clicking the edge of the browser window.
Informasi Dasar Ekstensi
Nama | Leftside Back |
ID | gdcddfacdedphcamippdkojfngoakglg |
URL Resmi | https://chromewebstore.google.com/detail/leftside-back/gdcddfacdedphcamippdkojfngoakglg |
Deskripsi | Allows you to navigate back by just hitting the mouse on the left or right side of your screen. |
Ukuran File | 30.82 KB |
Jumlah Instalasi | 1,116 |
Versi Saat Ini | 2.0.0 |
Terakhir Diperbarui | 2023-01-25 |
Tanggal Publikasi | 2020-05-22 |
Penilaian | 4.53/5 Total 19 Penilaian |
Pengembang | Philipp König |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://extensions.redeviation.com/ |
URL Halaman Kebijakan Privasi | https://extensions.redeviation.com/privacy |
Bahasa yang Didukung | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extension_name__", "short_name": "__MSG_extension_name__", "description": "__MSG_extension_desc__", "default_locale": "en", "version": "2.0.0", "version_name": "2.0.0", "minimum_chrome_version": "109", "homepage_url": "https:\/\/extensions.redeviation.com\/", "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "js\/extension.js" ], "matches": [ " |