Gmail image fit
Resize the images in the mail body to prevent the horizontal scrolling
Gmail image fitคืออะไร?
Gmail image fit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Flavio และคุณลักษณะหลักของมันคือ "Resize the images in the mail body to prevent the horizontal scrolling"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail image fit
ดาวน์โหลดไฟล์ส่วนขยาย Gmail image fit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will automaticaly set the maximun width of all the images in the body mail (on gmail.com) to fit in the mail's viewport, to prevent annoying horizontal scrolling. Particulary useful when you receive many full-sized screenshoot. The extension doesn't need any permission and does not collect any kind of data
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gmail image fit |
ID | ofglaiipngecdpdioidnflbfcplpiapa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gmail-image-fit/ofglaiipngecdpdioidnflbfcplpiapa |
คำอธิบาย | Resize the images in the mail body to prevent the horizontal scrolling |
ขนาดไฟล์ | 109 KB |
จำนวนการติดตั้ง | 1,113 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-01-21 |
วันที่เผยแพร่ | 2021-01-21 |
คะแนน | 4.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Flavio |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Omnia89/gmail_image_fit |
URL หน้าช่วยเหลือ | https://github.com/Omnia89/gmail_image_fit/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail image fit", "version": "1.0", "description": "Resize the images in the mail body to prevent the horizontal scrolling", "manifest_version": 2, "author": "Flavio Cristoforetti, https:\/\/github.com\/Omnia89", "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "main.css" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png" } } |