Rocker Gestures
Allows you to navigate back and forward with your mouse button clicks (right + left = back).
Was ist Rocker Gestures?
Rocker Gestures ist eine Chrome-Erweiterung, die von https://fastaddons.com entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to navigate back and forward with your mouse button clicks (right + left = back).".
Erweiterungsscreenshots
Rocker Gestures-Erweiterungs-CRX-Datei herunterladen
Laden Sie Rocker Gestures-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
No Back / Forward buttons on your mouse? No problem! Rocker Gestures allows you to: - go Back - by holding Right mouse button and pressing Left mouse button - go Forward - by holding Left mouse button and pressing Right mouse button This feature is known from Opera browser. Known issues: - does not work HERE on https://chrome.google.com/webstore/ (blocked by Chrome) - does not work on browser specific pages like "chrome://extensions" (blocked by Chrome) - does not work in "PDF view" (blocked by Chrome) - does not work on other extensions pages like options page of some addon (blocked by Chrome) - context menu may be shown when navigating forward and Right mouse button is released during the transition between pages (when old script is gone and new script didn't started yet) Contribution: - I'm full-time extension developer and your donations is my only income. There are no ads in my extensions! - Please support my work by: - Buy me a coffee - https://ko-fi.com/fastaddons - PayPal donation - https://paypal.me/fastaddons/ - Patron - https://www.patreon.com/fastaddons Thank you! :) Your donation will help me keep this extension working in future versions of Chrome! Recently added features: https://addons.mozilla.org/addon/rocker_gestures/versions/
Grundlegende Informationen zur Erweiterung
Name | Rocker Gestures |
ID | mpkefiplbfhlleedjbofbcjflaapblhf |
Offizielle URL | https://chromewebstore.google.com/detail/rocker-gestures/mpkefiplbfhlleedjbofbcjflaapblhf |
Beschreibung | Allows you to navigate back and forward with your mouse button clicks (right + left = back). |
Dateigröße | 98.85 KB |
Installationsanzahl | 469 |
Aktuelle Version | 2.0 |
Letztes Update | 2023-03-29 |
Veröffentlichungsdatum | 2020-06-25 |
Bewertung | 4.83/5 Insgesamt 12 Bewertungen |
Entwickler | https://fastaddons.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://fastaddons.com/#rocker_gestures |
URL der Datenschutzrichtlinien-Seite | https://github.com/fastaddons/privacy_policy |
Unterstützte Sprachen | en,en-GB,en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.0", "author": "Juraj M\u00e4siar", "default_locale": "en", "name": "__MSG_app_name__", "description": "__MSG_app_desc__", "icons": { "32": "32.png", "48": "48.png", "64": "64.png", "96": "96.png", "128": "128.png" }, "background": { "service_worker": "background.loader.js" }, "content_scripts": [ { "matches": [ " |