Ecosia Keyboard Shortcuts
Basic keyboard shortcuts for the Ecosia search results page.
Cos'è Ecosia Keyboard Shortcuts?
Ecosia Keyboard Shortcuts è un'estensione di Chrome sviluppata da kucsorarobert, e la sua funzione principale è "Basic keyboard shortcuts for the Ecosia search results page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ecosia Keyboard Shortcuts
Scarica i file di estensione Ecosia Keyboard Shortcuts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | dpobhneijjdebjccapdmeflhegkjfeij |
| URL Ufficiale | https://chromewebstore.google.com/detail/ecosia-keyboard-shortcuts/dpobhneijjdebjccapdmeflhegkjfeij |
| Descrizione | Basic keyboard shortcuts for the Ecosia search results page. |
| Dimensione del File | 7.27 KB |
| Conteggio Installazioni | 36 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2022-06-09 |
| Data di Pubblicazione | 2020-10-01 |
| Valutazione | 4.50/5 Totale 2 Valutazioni |
| Sviluppatore | kucsorarobert |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/rkucsora/ecosia-keyboard-shortcuts |
| Lingue Supportate | 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"
]
}
]
} | |