Ecosia Search Shortcut

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

Ecosia Search Shortcutとは何ですか?

Ecosia Search ShortcutはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extention allow to use keyboard short-cuts on Ecosia.org.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Ecosia Search Shortcut拡張機能のCRXファイルをダウンロード

Ecosia Search Shortcut拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Ecosia Search Shortcut Ecosia Search Shortcut
ID akdknljondgahkifmkhlhkbbnemeihjm
公式URL https://chromewebstore.google.com/detail/ecosia-search-shortcut/akdknljondgahkifmkhlhkbbnemeihjm
説明 This extention allow to use keyboard short-cuts on Ecosia.org.
ファイルサイズ 41.19 KB
インストール数 28
現在のバージョン 1.0
最終更新日 2020-05-03
公開日 2020-05-03
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 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"
            ]
        }
    ]
}