I'm Feeling Lucky

Use I'm feeling lucky right from the Omnibox or from highlighted text

ما هو I'm Feeling Lucky؟

I'm Feeling Lucky هو إضافة Chrome تم تطويرها بواسطة johnsylvain، والميزة الرئيسية لها هي "Use I'm feeling lucky right from the Omnibox or from highlighted text".

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

screenshot

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

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

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

                        Use Google's I'm feeling lucky feature in the Omnibox and by the highlighted text on your page!

Omnibox:
- Type '\' and hit Tab
- Enter your query and hit enter!

By cursor selection:
- Highlight the text on the page you wish to search for
- Right click and select I'm feeling lucky!                    

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

الاسم I'm Feeling Lucky I'm Feeling Lucky
ID nibhmcokabkgmcgifpepmohpnfchpgda
عنوان URL الرسمي https://chromewebstore.google.com/detail/im-feeling-lucky/nibhmcokabkgmcgifpepmohpnfchpgda
الوصف Use I'm feeling lucky right from the Omnibox or from highlighted text
حجم الملف 53.15 KB
عدد التثبيتات 1,037
النسخة الحالية 0.0.2
آخر تحديث 2017-05-04
تاريخ النشر 2017-05-04
المطور johnsylvain
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "I'm Feeling Lucky",
    "description": "Use I'm feeling lucky right from the Omnibox or from highlighted text",
    "version": "0.0.2",
    "author": "[email protected]",
    "omnibox": {
        "keyword": "\\"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "98": "icons\/icon98.png",
        "172": "icons\/icon172.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus"
    ]
}