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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } ] } |