letmegooglethatforyou

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

Wat is letmegooglethatforyou?

letmegooglethatforyou is een Chrome-extensie ontwikkeld door ilya.zatolokin, en de belangrijkste functie is "Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie letmegooglethatforyou

Download letmegooglethatforyou-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam letmegooglethatforyou letmegooglethatforyou
ID hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
Officiële URL https://chromewebstore.google.com/detail/letmegooglethatforyou/hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
Beschrijving Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard
Bestandsgrootte 4.37 KB
Aantal Installaties 186
Huidige Versie 0.1
Laatst Bijgewerkt 2017-07-20
Publicatiedatum 2017-07-20
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar ilya.zatolokin
Betalingswijze free
Ondersteunde Talen 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"
    }
}