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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}