Ecosia Keyboard Shortcuts
Basic keyboard shortcuts for the Ecosia search results page.
Was ist Ecosia Keyboard Shortcuts?
Ecosia Keyboard Shortcuts ist eine Chrome-Erweiterung, die von kucsorarobert entwickelt wurde, und ihr Hauptmerkmal ist "Basic keyboard shortcuts for the Ecosia search results page.".
Erweiterungsscreenshots
Ecosia Keyboard Shortcuts-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ecosia Keyboard Shortcuts-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
Adds keyboard shortcuts to the results page of www.ecosia.org - Move down and up between result items with "j" and "k" keys. - Press Enter to open the selected link in the current tab. - Press Ctrl + Enter to open the selected link in a new current tab.
Grundlegende Informationen zur Erweiterung
Name | Ecosia Keyboard Shortcuts |
ID | dpobhneijjdebjccapdmeflhegkjfeij |
Offizielle URL | https://chromewebstore.google.com/detail/ecosia-keyboard-shortcuts/dpobhneijjdebjccapdmeflhegkjfeij |
Beschreibung | Basic keyboard shortcuts for the Ecosia search results page. |
Dateigröße | 7.27 KB |
Installationsanzahl | 36 |
Aktuelle Version | 1.3 |
Letztes Update | 2022-06-09 |
Veröffentlichungsdatum | 2020-10-01 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | kucsorarobert |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/rkucsora/ecosia-keyboard-shortcuts |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ecosia Keyboard Shortcuts", "version": "1.3", "description": "Basic keyboard shortcuts for the Ecosia search results page.", "icons": { "48": "icons\/eks-icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.ecosia.org\/search*" ], "js": [ "ecosia_keyboard_shortcuts.js" ] } ] } |