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 |
官方網址 | 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" } } |