Ecosia Keyboard Shortcuts

Basic keyboard shortcuts for the Ecosia search results page.

什么是Ecosia Keyboard Shortcuts?

Ecosia Keyboard Shortcuts是由kucsorarobert开发的Chrome扩展程序,该扩展的主要功能是“Basic keyboard shortcuts for the Ecosia search results page.”。

扩展截图

screenshot

下载Ecosia Keyboard Shortcuts扩展crx文件

下载Ecosia Keyboard Shortcuts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Ecosia Keyboard Shortcuts Ecosia Keyboard Shortcuts
ID dpobhneijjdebjccapdmeflhegkjfeij
官方URL https://chromewebstore.google.com/detail/ecosia-keyboard-shortcuts/dpobhneijjdebjccapdmeflhegkjfeij
简介 Basic keyboard shortcuts for the Ecosia search results page.
文件大小 7.27 KB
安装次数 36
当前版本 1.3
更新时间 2022-06-09
上架时间 2020-10-01
评分 4.50/5 共2次评分
开发者 kucsorarobert
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/rkucsora/ecosia-keyboard-shortcuts
支持的语言 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"
            ]
        }
    ]
}