Ecosia Keyboard Shortcuts

Basic keyboard shortcuts for the Ecosia search results page.

Apa itu Ecosia Keyboard Shortcuts?

Ecosia Keyboard Shortcuts adalah ekstensi Chrome yang dikembangkan oleh kucsorarobert, dan fitur utamanya adalah "Basic keyboard shortcuts for the Ecosia search results page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Ecosia Keyboard Shortcuts

Unduh file ekstensi Ecosia Keyboard Shortcuts dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Ecosia Keyboard Shortcuts Ecosia Keyboard Shortcuts
ID dpobhneijjdebjccapdmeflhegkjfeij
URL Resmi https://chromewebstore.google.com/detail/ecosia-keyboard-shortcuts/dpobhneijjdebjccapdmeflhegkjfeij
Deskripsi Basic keyboard shortcuts for the Ecosia search results page.
Ukuran File 7.27 KB
Jumlah Instalasi 36
Versi Saat Ini 1.3
Terakhir Diperbarui 2022-06-09
Tanggal Publikasi 2020-10-01
Penilaian 4.50/5 Total 2 Penilaian
Pengembang kucsorarobert
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/rkucsora/ecosia-keyboard-shortcuts
Bahasa yang Didukung 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"
            ]
        }
    ]
}