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 |
官方網址 | 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" ] } ] } |