letmegooglethatforyou

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

Co je letmegooglethatforyou?

letmegooglethatforyou je rozšíření Chrome vyvinuté ilya.zatolokin, a jeho hlavní funkcí je „Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření letmegooglethatforyou

Stáhněte si soubory rozšíření letmegooglethatforyou ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název letmegooglethatforyou letmegooglethatforyou
ID hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
Oficiální URL https://chromewebstore.google.com/detail/letmegooglethatforyou/hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
Popis Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard
Velikost souboru 4.37 KB
Počet instalací 186
Aktuální Verze 0.1
Poslední Aktualizace 2017-07-20
Datum Vydání 2017-07-20
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář ilya.zatolokin
Typ Platby free
Podporované Jazyky 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"
    }
}