letmegooglethatforyou

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

Was ist letmegooglethatforyou?

letmegooglethatforyou ist eine Chrome-Erweiterung, die von ilya.zatolokin entwickelt wurde, und ihr Hauptmerkmal ist "Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

letmegooglethatforyou-Erweiterungs-CRX-Datei herunterladen

Laden Sie letmegooglethatforyou-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name letmegooglethatforyou letmegooglethatforyou
ID hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
Offizielle URL https://chromewebstore.google.com/detail/letmegooglethatforyou/hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
Beschreibung Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard
Dateigröße 4.37 KB
Installationsanzahl 186
Aktuelle Version 0.1
Letztes Update 2017-07-20
Veröffentlichungsdatum 2017-07-20
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler ilya.zatolokin
Zahlungsart free
Unterstützte Sprachen 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"
    }
}