letmegooglethatforyou

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

¿Qué es letmegooglethatforyou?

letmegooglethatforyou es una extensión de Chrome desarrollada por ilya.zatolokin, y su función principal es "Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión letmegooglethatforyou

Descarga archivos de extensión letmegooglethatforyou en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre letmegooglethatforyou letmegooglethatforyou
ID hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
URL Oficial https://chromewebstore.google.com/detail/letmegooglethatforyou/hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
Descripción Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard
Tamaño del Archivo 4.37 KB
Cantidad de Instalaciones 186
Versión Actual 0.1
Última Actualización 2017-07-20
Fecha de Publicación 2017-07-20
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador ilya.zatolokin
Tipo de Pago free
Idiomas Soportados 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"
    }
}