Let me google that for you

Easiest and fastest way to generate lmgtfy url

Qu'est-ce que Let me google that for you ?

Let me google that for you est une extension Chrome développée par juanc.jara, et sa fonction principale est "Easiest and fastest way to generate lmgtfy url".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Let me google that for you

Téléchargez les fichiers d'extension Let me google that for you 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

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

Informations de Base sur l'Extension

Nom Let me google that for you Let me google that for you
ID kaamhgpodjkbdapnammkdnojlofcgfhe
URL Officiel https://chrome.google.com/webstore/detail/deja-que-busque-eso-en-go/kaamhgpodjkbdapnammkdnojlofcgfhe
Description Easiest and fastest way to generate lmgtfy url
Taille du Fichier 92.54 KB
Nombre d'Installations 119
Version Actuelle 1.1
Dernière Mise à Jour 2014-10-22
Date de Publication 2014-10-22
Développeur juanc.jara
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}