letmegooglethatforyou

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

letmegooglethatforyouとは何ですか?

letmegooglethatforyouはilya.zatolokinによって開発されたChromeの拡張機能で、その主な機能は「Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard」です。

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

screenshot
screenshot
screenshot

letmegooglethatforyou拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 letmegooglethatforyou letmegooglethatforyou
ID hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
公式URL https://chromewebstore.google.com/detail/letmegooglethatforyou/hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
説明 Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard
ファイルサイズ 4.37 KB
インストール数 186
現在のバージョン 0.1
最終更新日 2017-07-20
公開日 2017-07-20
評価 3.00/5 合計 2 レビュー
開発者 ilya.zatolokin
支払い方法 free
対応言語 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"
    }
}