letmegooglethatforyou

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

Cos'è letmegooglethatforyou?

letmegooglethatforyou è un'estensione di Chrome sviluppata da ilya.zatolokin, e la sua funzione principale è "Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione letmegooglethatforyou

Scarica i file di estensione letmegooglethatforyou in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome letmegooglethatforyou letmegooglethatforyou
ID hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
URL Ufficiale https://chromewebstore.google.com/detail/letmegooglethatforyou/hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
Descrizione Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard
Dimensione del File 4.37 KB
Conteggio Installazioni 186
Versione Corrente 0.1
Ultimo Aggiornamento 2017-07-20
Data di Pubblicazione 2017-07-20
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore ilya.zatolokin
Tipo di Pagamento free
Lingue Supportate 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"
    }
}