letmegooglethatforyou
Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard
letmegooglethatforyouคืออะไร?
letmegooglethatforyou เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ilya.zatolokin และคุณลักษณะหลักของมันคือ "Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย letmegooglethatforyou
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |