letmegooglethatforyou

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

Hvad er letmegooglethatforyou?

letmegooglethatforyou er en Chrome-udvidelse udviklet af ilya.zatolokin, og dens hovedfunktion er "Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download letmegooglethatforyou-udvidelses-CRX-fil

Download letmegooglethatforyou-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn letmegooglethatforyou letmegooglethatforyou
ID hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
Officiel URL https://chromewebstore.google.com/detail/letmegooglethatforyou/hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
Beskrivelse Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard
Filstørrelse 4.37 KB
Antal Installationer 186
Nuværende Version 0.1
Senest Opdateret 2017-07-20
Udgivelsesdato 2017-07-20
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler ilya.zatolokin
Betalingsmetode free
Understøttede Sprog 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"
    }
}