Let me google that for you

Easiest and fastest way to generate lmgtfy url

Cos'è Let me google that for you?

Let me google that for you è un'estensione di Chrome sviluppata da juanc.jara, e la sua funzione principale è "Easiest and fastest way to generate lmgtfy url".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Let me google that for you

Scarica i file di estensione Let me google that for you in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Select the desired text, right click, select lgtfy and paste the url generated                    

Informazioni di Base sull'Estensione

Nome Let me google that for you Let me google that for you
ID kaamhgpodjkbdapnammkdnojlofcgfhe
URL Ufficiale https://chrome.google.com/webstore/detail/deja-que-busque-eso-en-go/kaamhgpodjkbdapnammkdnojlofcgfhe
Descrizione Easiest and fastest way to generate lmgtfy url
Dimensione del File 92.54 KB
Conteggio Installazioni 119
Versione Corrente 1.1
Ultimo Aggiornamento 2014-10-22
Data di Pubblicazione 2014-10-22
Sviluppatore juanc.jara
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.1",
    "default_locale": "es",
    "short_name": "lmgtfy",
    "browser_action": {
        "default_icon": "social_google_box.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "logic.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "clipboardRead",
        "notifications"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "author": "Juan Carlos Jara Loayza"
}