Leftside Back
Allows you to navigate back by just hitting the mouse on the left or right side of your screen.
Was ist Leftside Back?
Leftside Back ist eine Chrome-Erweiterung, die von Philipp König entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to navigate back by just hitting the mouse on the left or right side of your screen.".
Erweiterungsscreenshots
Leftside Back-Erweiterungs-CRX-Datei herunterladen
Laden Sie Leftside Back-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
---- 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.
Grundlegende Informationen zur Erweiterung
Name | Leftside Back |
ID | gdcddfacdedphcamippdkojfngoakglg |
Offizielle URL | https://chromewebstore.google.com/detail/leftside-back/gdcddfacdedphcamippdkojfngoakglg |
Beschreibung | Allows you to navigate back by just hitting the mouse on the left or right side of your screen. |
Dateigröße | 30.82 KB |
Installationsanzahl | 1,116 |
Aktuelle Version | 2.0.0 |
Letztes Update | 2023-01-25 |
Veröffentlichungsdatum | 2020-05-22 |
Bewertung | 4.53/5 Insgesamt 19 Bewertungen |
Entwickler | Philipp König |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://extensions.redeviation.com/ |
URL der Datenschutzrichtlinien-Seite | https://extensions.redeviation.com/privacy |
Unterstützte Sprachen | 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": [ " |