LGTM
You can immediately paste the image of LGTM
LGTMคืออะไร?
LGTM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย diorclub8 และคุณลักษณะหลักของมันคือ "You can immediately paste the image of LGTM"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LGTM
ดาวน์โหลดไฟล์ส่วนขยาย LGTM ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hi everyone Every day to find, copy and paste LGTM is over We created an extension that solves all those problems That is this "LGTM"! ! Easy to use, click on the icon to find your favorite image, then click on the image. After that, you can easily send LGTM just by pasting to the place you want to paste.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | LGTM |
ID | ehkjindamlinbodfpafobgoipdhladjc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lgtm/ehkjindamlinbodfpafobgoipdhladjc |
คำอธิบาย | You can immediately paste the image of LGTM |
ขนาดไฟล์ | 43.38 KB |
จำนวนการติดตั้ง | 198 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2019-06-17 |
วันที่เผยแพร่ | 2019-06-13 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | diorclub8 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LGTM", "version": "0.0.3", "manifest_version": 2, "description": "You can immediately paste the image of LGTM", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/contents.js" ] } ] } |