Google Search Result Hotkeys

Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.

ما هو Google Search Result Hotkeys؟

Google Search Result Hotkeys هو إضافة Chrome تم تطويرها بواسطة Ian Wehrman، والميزة الرئيسية لها هي "Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google Search Result Hotkeys

قم بتنزيل ملفات الامتداد Google Search Result Hotkeys بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.                    

معلومات أساسية عن التمديد

الاسم Google Search Result Hotkeys Google Search Result Hotkeys
ID klgbcckheikhkhmklfbdbnhkmmpbmjce
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-search-result-hotk/klgbcckheikhkhmklfbdbnhkmmpbmjce
الوصف Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.
حجم الملف 4.77 KB
عدد التثبيتات 67
النسخة الحالية 0.0.9
آخر تحديث 2020-11-08
تاريخ النشر 2018-10-11
تقييم 2.33/5 مجموع تقييمات 3
المطور Ian Wehrman
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/iwehrman/google-search-result-hotkeys
عنوان صفحة المساعدة https://github.com/iwehrman/google-search-result-hotkeys
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Search Result Hotkeys",
    "version": "0.0.9",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/search*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}