Let me google that for you

Easiest and fastest way to generate lmgtfy url

Let me google that for youとは何ですか?

Let me google that for youはjuanc.jaraによって開発されたChromeの拡張機能で、その主な機能は「Easiest and fastest way to generate lmgtfy url」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Let me google that for you拡張機能のCRXファイルをダウンロード

Let me google that for you拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Let me google that for you Let me google that for you
ID kaamhgpodjkbdapnammkdnojlofcgfhe
公式URL https://chrome.google.com/webstore/detail/deja-que-busque-eso-en-go/kaamhgpodjkbdapnammkdnojlofcgfhe
説明 Easiest and fastest way to generate lmgtfy url
ファイルサイズ 92.54 KB
インストール数 119
現在のバージョン 1.1
最終更新日 2014-10-22
公開日 2014-10-22
開発者 juanc.jara
Eメール [email protected]
支払い方法 free
対応言語 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"
}