letmegooglethatforyou

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

Qu'est-ce que letmegooglethatforyou ?

letmegooglethatforyou est une extension Chrome développée par ilya.zatolokin, et sa fonction principale est "Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension letmegooglethatforyou

Téléchargez les fichiers d'extension letmegooglethatforyou au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom letmegooglethatforyou letmegooglethatforyou
ID hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
URL Officiel https://chromewebstore.google.com/detail/letmegooglethatforyou/hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
Description Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard
Taille du Fichier 4.37 KB
Nombre d'Installations 186
Version Actuelle 0.1
Dernière Mise à Jour 2017-07-20
Date de Publication 2017-07-20
Évaluation 3.00/5 Total 2 Évaluations
Développeur ilya.zatolokin
Type de Paiement free
Langues Prises en Charge 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"
    }
}