VetTools New Gmail Resizer
Extension to able to resize gmail label column!
VetTools New Gmail Resizerคืออะไร?
VetTools New Gmail Resizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VIN และคุณลักษณะหลักของมันคือ "Extension to able to resize gmail label column!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VetTools New Gmail Resizer
ดาวน์โหลดไฟล์ส่วนขยาย VetTools New Gmail Resizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension makes labels column in Gmail resizable. Support all Gmail view type: new Gmail, original Gmail, with google chat or classic hangout, all supported. Features: - Detect Gmail type automatically. - Save the user setting label width and load it automatically when Gmail page loaded so you don't need to set it every time. What new in v.3.2: - Update with new Gmail layout change, - Fix conflict with Gmail Streak Extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | VetTools New Gmail Resizer |
ID | jnfhoblnjnlophildpaokbkolhckdpcd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vettools-new-gmail-resize/jnfhoblnjnlophildpaokbkolhckdpcd |
คำอธิบาย | Extension to able to resize gmail label column! |
ขนาดไฟล์ | 15.5 KB |
จำนวนการติดตั้ง | 4,635 |
เวอร์ชันปัจจุบัน | 3.2 |
อัปเดตครั้งล่าสุด | 2022-08-25 |
วันที่เผยแพร่ | 2019-04-18 |
คะแนน | 3.50/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | VIN |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VetTools New Gmail Resizer", "description": "Extension to able to resize gmail label column!", "version": "3.2", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content-script.js" ] } ] } |