letmegooglethatforyou
Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard
What is letmegooglethatforyou?
letmegooglethatforyou is a Chrome extension developed by ilya.zatolokin, and its main feature is "Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard".
Extension Screenshots
Download letmegooglethatforyou Extension CRX File
Download letmegooglethatforyou extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | hnnaigfjnbbmhmgpjdbhjohjopnkpkjd |
Official URL | https://chromewebstore.google.com/detail/letmegooglethatforyou/hnnaigfjnbbmhmgpjdbhjohjopnkpkjd |
Description | Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard |
File Size | 4.37 KB |
Installation Count | 186 |
Current Version | 0.1 |
Last Updated | 2017-07-20 |
Publish Date | 2017-07-20 |
Rating | 3.00/5 Total 2 Ratings |
Developer | ilya.zatolokin |
Payment Type | free |
Supported Languages | 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" } } |