letmegooglethatforyou

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

Apa itu letmegooglethatforyou?

letmegooglethatforyou adalah ekstensi Chrome yang dikembangkan oleh ilya.zatolokin, dan fitur utamanya adalah "Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi letmegooglethatforyou

Unduh file ekstensi letmegooglethatforyou dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama letmegooglethatforyou letmegooglethatforyou
ID hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
URL Resmi https://chromewebstore.google.com/detail/letmegooglethatforyou/hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
Deskripsi Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard
Ukuran File 4.37 KB
Jumlah Instalasi 186
Versi Saat Ini 0.1
Terakhir Diperbarui 2017-07-20
Tanggal Publikasi 2017-07-20
Penilaian 3.00/5 Total 2 Penilaian
Pengembang ilya.zatolokin
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}