letmegooglethatforyou

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

Co to jest letmegooglethatforyou?

letmegooglethatforyou to rozszerzenie Chrome opracowane przez ilya.zatolokin, a jego główną funkcją jest „Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia letmegooglethatforyou

Pobierz pliki rozszerzeń letmegooglethatforyou w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa letmegooglethatforyou letmegooglethatforyou
ID hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
Oficjalny URL https://chromewebstore.google.com/detail/letmegooglethatforyou/hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
Opis Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard
Rozmiar pliku 4.37 KB
Liczba instalacji 186
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2017-07-20
Data Publikacji 2017-07-20
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper ilya.zatolokin
Typ Płatności free
Obsługiwane Języki 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"
    }
}