Lucky

Search selected text using Google's I'm Feeling Lucky

ما هو Lucky؟

Lucky هو إضافة Chrome تم تطويرها بواسطة FallenMax، والميزة الرئيسية لها هي "Search selected text using Google's I'm Feeling Lucky".

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

screenshot

تحميل ملف CRX للإضافة Lucky

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

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

                        To use, select some text and right-click for context menu. A background tab will be opened.                    

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

الاسم Lucky Lucky
ID plhnihbgbecfldikjpgcfadhepjblcmp
عنوان URL الرسمي https://chromewebstore.google.com/detail/lucky/plhnihbgbecfldikjpgcfadhepjblcmp
الوصف Search selected text using Google's I'm Feeling Lucky
حجم الملف 25.37 KB
عدد التثبيتات 153
النسخة الحالية 0.0.2
آخر تحديث 2015-12-12
تاريخ النشر 2015-12-12
تقييم 3.00/5 مجموع تقييمات 2
المطور FallenMax
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/FallenMax/chrome-extension-lucky
عنوان صفحة المساعدة https://github.com/FallenMax/chrome-extension-lucky/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lucky",
    "version": "0.0.2",
    "description": "Search selected text using Google's I'm Feeling Lucky",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "[email protected]",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "lucky.js"
        ]
    }
}