Ecosia Search Shortcut
This extention allow to use keyboard short-cuts on Ecosia.org.
Wat is Ecosia Search Shortcut?
Ecosia Search Shortcut is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extention allow to use keyboard short-cuts on Ecosia.org.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ecosia Search Shortcut
Download Ecosia Search Shortcut-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
You can select the search result with [j], [k] keys on Ecosia.org result pages. [/] key moves focus to search query box. Basisinformatie over de Extensie
| Naam | |
| ID | akdknljondgahkifmkhlhkbbnemeihjm |
| Officiële URL | https://chromewebstore.google.com/detail/ecosia-search-shortcut/akdknljondgahkifmkhlhkbbnemeihjm |
| Beschrijving | This extention allow to use keyboard short-cuts on Ecosia.org. |
| Bestandsgrootte | 41.19 KB |
| Aantal Installaties | 28 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-05-03 |
| Publicatiedatum | 2020-05-03 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ecosia Search Shortcut",
"version": "1.0",
"description": "This extention allow to use keyboard short-cuts on Ecosia.org.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.ecosia.org\/search?*"
],
"css": [
"style.css"
],
"js": [
"script.js"
]
}
]
} | |