letmegooglethatforyou

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

O que é letmegooglethatforyou?

letmegooglethatforyou é uma extensão do Chrome desenvolvida por ilya.zatolokin, e sua principal característica é "Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão letmegooglethatforyou

Baixe arquivos de extensão letmegooglethatforyou no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome letmegooglethatforyou letmegooglethatforyou
ID hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
URL Oficial https://chromewebstore.google.com/detail/letmegooglethatforyou/hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
Descrição Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard
Tamanho do Arquivo 4.37 KB
Contagem de Instalações 186
Versão Atual 0.1
Última Atualização 2017-07-20
Data de Publicação 2017-07-20
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor ilya.zatolokin
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}