Ecosia Keyboard Shortcuts
Basic keyboard shortcuts for the Ecosia search results page.
Wat is Ecosia Keyboard Shortcuts?
Ecosia Keyboard Shortcuts is een Chrome-extensie ontwikkeld door kucsorarobert, en de belangrijkste functie is "Basic keyboard shortcuts for the Ecosia search results page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ecosia Keyboard Shortcuts
Download Ecosia Keyboard Shortcuts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | dpobhneijjdebjccapdmeflhegkjfeij |
| Officiële URL | https://chromewebstore.google.com/detail/ecosia-keyboard-shortcuts/dpobhneijjdebjccapdmeflhegkjfeij |
| Beschrijving | Basic keyboard shortcuts for the Ecosia search results page. |
| Bestandsgrootte | 7.27 KB |
| Aantal Installaties | 36 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2022-06-09 |
| Publicatiedatum | 2020-10-01 |
| Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | kucsorarobert |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/rkucsora/ecosia-keyboard-shortcuts |
| Ondersteunde Talen | 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"
]
}
]
} | |