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”。
扩展截图
下载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!
扩展基本信息
名称 | |
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" } } |