Gmail Image Border
Manage image borders in a Gmail letter
Gmail Image Borderคืออะไร?
Gmail Image Border เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://antonfisher.com และคุณลักษณะหลักของมันคือ "Manage image borders in a Gmail letter"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail Image Border
ดาวน์โหลดไฟล์ส่วนขยาย Gmail Image Border ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension helps to manage borders for pasted images in a Gmail letter.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mahlicjkigbecnbblcogenidhakmghdk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gmail-image-border/mahlicjkigbecnbblcogenidhakmghdk |
คำอธิบาย | Manage image borders in a Gmail letter |
ขนาดไฟล์ | 13.52 KB |
จำนวนการติดตั้ง | 2,082 |
เวอร์ชันปัจจุบัน | 0.1.3 |
อัปเดตครั้งล่าสุด | 2017-06-21 |
วันที่เผยแพร่ | 2017-06-20 |
คะแนน | 4.82/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | https://antonfisher.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/antonfisher/chrome-gmail-image-border-ext |
URL หน้าช่วยเหลือ | https://github.com/antonfisher/chrome-gmail-image-border-ext/issues |
ภาษาที่รองรับ | de,en,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_l10n_ext_name__", "version": "0.1.3", "manifest_version": 2, "description": "__MSG_l10n_ext_description__", "homepage_url": "https:\/\/github.com\/antonfisher\/chrome-gmail-image-border-ext", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "permissions": [ "https:\/\/mail.google.com\/mail\/*" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*" ], "js": [ "src\/inject.js" ] } ] } |