Lgtm
LGTM made from Instagram, tumblr, pinterest and so on.
Lgtmคืออะไร?
Lgtm เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tilfin Ltd. และคุณลักษณะหลักของมันคือ "LGTM made from Instagram, tumblr, pinterest and so on."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lgtm
ดาวน์โหลดไฟล์ส่วนขยาย Lgtm ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
1. Display the image you want to select in the visible range on the appropriate site. 2. Click the extension button on the browser header. 3. LGTM is printed on the selected photo and added to the top of the stock page. 3. Select "Copy image" from the context menu and copy it to the clipboard. 4. Uploading it automatically when you paste it in the entry field such as GitHub, GitLab, Qiita, Slack etc. * Lgtm stock photos is displayed by to select 'Show stock photos' from the menu by right-clicking the browser extension button. The latest 24 photos are stocked.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Lgtm |
ID | llnckbjmjmilkdeombkdkmknlpbmegdi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lgtm/llnckbjmjmilkdeombkdkmknlpbmegdi |
คำอธิบาย | LGTM made from Instagram, tumblr, pinterest and so on. |
ขนาดไฟล์ | 39.07 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 1.3.0 |
อัปเดตครั้งล่าสุด | 2018-06-06 |
วันที่เผยแพร่ | 2018-06-06 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Tilfin Ltd. |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lgtm", "version": "1.3.0", "description": "LGTM made from Instagram, tumblr, pinterest and so on.", "short_name": "Lgtm", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "name": "Click", "default_title": "Lgtm", "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png" } }, "permissions": [ "tabs", "activeTab", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 2 } |