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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}