Ecosia Search Shortcut

This extention allow to use keyboard short-cuts on Ecosia.org.

What is Ecosia Search Shortcut?

Ecosia Search Shortcut is a Chrome extension developed by Unknown, and its main feature is "This extention allow to use keyboard short-cuts on Ecosia.org.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Ecosia Search Shortcut Extension CRX File

Download Ecosia Search Shortcut 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

                        You can select the search result with [j], [k] keys on Ecosia.org result pages. [/] key moves focus to search query box.                    

Extension Basic Information

Name Ecosia Search Shortcut Ecosia Search Shortcut
ID akdknljondgahkifmkhlhkbbnemeihjm
Official URL https://chromewebstore.google.com/detail/ecosia-search-shortcut/akdknljondgahkifmkhlhkbbnemeihjm
Description This extention allow to use keyboard short-cuts on Ecosia.org.
File Size 41.19 KB
Installation Count 28
Current Version 1.0
Last Updated 2020-05-03
Publish Date 2020-05-03
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}