Ecosia Keyboard Shortcuts

Basic keyboard shortcuts for the Ecosia search results page.

Ecosia Keyboard Shortcutsคืออะไร?

Ecosia Keyboard Shortcuts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kucsorarobert และคุณลักษณะหลักของมันคือ "Basic keyboard shortcuts for the Ecosia search results page."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ecosia Keyboard Shortcuts

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}