Ecosia Keyboard Shortcuts
Basic keyboard shortcuts for the Ecosia search results page.
What is Ecosia Keyboard Shortcuts?
Ecosia Keyboard Shortcuts is a Chrome extension developed by kucsorarobert, and its main feature is "Basic keyboard shortcuts for the Ecosia search results page.".
Extension Screenshots
Download Ecosia Keyboard Shortcuts Extension CRX File
Download Ecosia Keyboard Shortcuts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Ecosia Keyboard Shortcuts |
ID | dpobhneijjdebjccapdmeflhegkjfeij |
Official URL | https://chromewebstore.google.com/detail/ecosia-keyboard-shortcuts/dpobhneijjdebjccapdmeflhegkjfeij |
Description | Basic keyboard shortcuts for the Ecosia search results page. |
File Size | 7.27 KB |
Installation Count | 36 |
Current Version | 1.3 |
Last Updated | 2022-06-09 |
Publish Date | 2020-10-01 |
Rating | 4.50/5 Total 2 Ratings |
Developer | kucsorarobert |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/rkucsora/ecosia-keyboard-shortcuts |
Supported Languages | 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" ] } ] } |