I'm Feeling Lucky

Access i'm feeling lucky from the address bar! Type '\' and press Tab.

ما هو I'm Feeling Lucky؟

I'm Feeling Lucky هو إضافة Chrome تم تطويرها بواسطة lerxst، والميزة الرئيسية لها هي "Access i'm feeling lucky from the address bar! Type '\' and press Tab.".

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

screenshot

تحميل ملف CRX للإضافة I'm Feeling Lucky

قم بتنزيل ملفات الامتداد I'm Feeling Lucky بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        #### Update (10/08/2020) ####
Issues of being redirected to the Google search results page have now been fixed.
########################

Access the 'I'm Feeling Lucky' search result from Chrome's address bar.

1. Type '\' and press the TAB key to invoke the extension.
2. Type your search keywords.
3. Get directed to Google's top search result for that query.                    

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

الاسم I'm Feeling Lucky I'm Feeling Lucky
ID cnlabakikmdekpfaflaihcepfkjopgll
عنوان URL الرسمي https://chromewebstore.google.com/detail/im-feeling-lucky/cnlabakikmdekpfaflaihcepfkjopgll
الوصف Access i'm feeling lucky from the address bar! Type '\' and press Tab.
حجم الملف 13.35 KB
عدد التثبيتات 48,231
النسخة الحالية 1.1
آخر تحديث 2020-10-09
تاريخ النشر 2019-09-03
تقييم 3.04/5 مجموع تقييمات 48
المطور lerxst
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "I'm Feeling Lucky",
    "description": "Access i'm feeling lucky from the address bar! Type '\\' and press Tab.",
    "version": "1.1",
    "omnibox": {
        "keyword": "\\"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}