Gmail Attachments-To-Top
Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%
Gmail Attachments-To-Topคืออะไร?
Gmail Attachments-To-Top เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.jsabo.net และคุณลักษณะหลักของมันคือ "Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail Attachments-To-Top
ดาวน์โหลดไฟล์ส่วนขยาย Gmail Attachments-To-Top ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%. To then download the file, you need to preview the file, then click download in the top right.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gmail Attachments-To-Top |
ID | mejlnmfjopkholenbkppcipminekbbeg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gmail-attachments-to-top/mejlnmfjopkholenbkppcipminekbbeg |
คำอธิบาย | Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100% |
ขนาดไฟล์ | 75 KB |
จำนวนการติดตั้ง | 25,490 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2019-11-04 |
วันที่เผยแพร่ | 2019-11-04 |
คะแนน | 2.41/5 รวมทั้งหมด 29 คะแนน |
ผู้พัฒนา | https://www.jsabo.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.jsabo.net |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail Attachments-To-Top", "description": "Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%", "version": "1.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "jquery-3.4.1.slim.js", "custom.js" ] } ] } |