letmegooglethatforyou

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

Vad är letmegooglethatforyou?

letmegooglethatforyou är en Chrome-tillägg utvecklad av ilya.zatolokin, och dess huvudfunktion är "Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner letmegooglethatforyou-förlängningens CRX-fil

Ladda ner letmegooglethatforyou-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn letmegooglethatforyou letmegooglethatforyou
ID hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
Officiell webbadress https://chromewebstore.google.com/detail/letmegooglethatforyou/hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
Beskrivning Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard
Filstorlek 4.37 KB
Antal Installationer 186
Aktuell Version 0.1
Senast Uppdaterad 2017-07-20
Publiceringsdatum 2017-07-20
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare ilya.zatolokin
Betalningssätt free
Stödda Språk 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"
    }
}