letmegooglethatforyou

Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard

ما هو letmegooglethatforyou؟

letmegooglethatforyou هو إضافة Chrome تم تطويرها بواسطة ilya.zatolokin، والميزة الرئيسية لها هي "Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard".

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

screenshot
screenshot
screenshot

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

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

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

                        Tired of stupid questions in groups and forums? 
Install the extension -> select text of the stupid question -> right click -> click  the 'Let me google that for you' in the context menu.
'Voila!' you've got a link to https://lmgtfy.com in the clipboard with the text of the stupid question.
Simply paste it as answer.
You rocks!                    

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

الاسم letmegooglethatforyou letmegooglethatforyou
ID hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
عنوان URL الرسمي https://chromewebstore.google.com/detail/letmegooglethatforyou/hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
الوصف Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard
حجم الملف 4.37 KB
عدد التثبيتات 186
النسخة الحالية 0.1
آخر تحديث 2017-07-20
تاريخ النشر 2017-07-20
تقييم 3.00/5 مجموع تقييمات 2
المطور ilya.zatolokin
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "letmegooglethatforyou",
    "description": "Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard",
    "version": "0.1",
    "permissions": [
        "contextMenus",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "contextMenu.js"
        ]
    },
    "icons": {
        "16": "lmgtfy.png"
    }
}