Let me google that for you
Easiest and fastest way to generate lmgtfy url
Let me google that for youคืออะไร?
Let me google that for you เป็นส่วนขยายของ Chrome ที่พัฒนาโดย juanc.jara และคุณลักษณะหลักของมันคือ "Easiest and fastest way to generate lmgtfy url"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Let me google that for you
ดาวน์โหลดไฟล์ส่วนขยาย Let me google that for you ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Select the desired text, right click, select lgtfy and paste the url generated
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kaamhgpodjkbdapnammkdnojlofcgfhe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/deja-que-busque-eso-en-go/kaamhgpodjkbdapnammkdnojlofcgfhe |
คำอธิบาย | Easiest and fastest way to generate lmgtfy url |
ขนาดไฟล์ | 92.54 KB |
จำนวนการติดตั้ง | 119 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2014-10-22 |
วันที่เผยแพร่ | 2014-10-22 |
ผู้พัฒนา | juanc.jara |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.1", "default_locale": "es", "short_name": "lmgtfy", "browser_action": { "default_icon": "social_google_box.png", "default_popup": "popup.html" }, "background": { "scripts": [ "logic.js" ] }, "permissions": [ "contextMenus", "clipboardRead", "notifications" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "author": "Juan Carlos Jara Loayza" } |