Color Diff for Gmail™
This extension colors source code's diff inline of an email.
Color Diff for Gmail™คืออะไร?
Color Diff for Gmail™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mikhail Nasyrov และคุณลักษณะหลักของมันคือ "This extension colors source code's diff inline of an email."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Color Diff for Gmail™
ดาวน์โหลดไฟล์ส่วนขยาย Color Diff for Gmail™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Source code: https://github.com/mnasyrov/gcolordiff
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ijpjalhclnijdndandfhhdgiiojhckde |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/color-diff-for-gmail/ijpjalhclnijdndandfhhdgiiojhckde |
คำอธิบาย | This extension colors source code's diff inline of an email. |
ขนาดไฟล์ | 6.33 KB |
จำนวนการติดตั้ง | 107 |
เวอร์ชันปัจจุบัน | 0.1.6 |
อัปเดตครั้งล่าสุด | 2018-05-25 |
วันที่เผยแพร่ | 2018-05-25 |
คะแนน | 4.88/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Mikhail Nasyrov |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mnasyrov/gcolordiff |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color Diff for Gmail\u2122", "version": "0.1.6", "manifest_version": 2, "description": "This extension colors source code's diff inline of an email.", "permissions": [ "https:\/\/mail.google.com\/*" ], "icons": { "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "gcolordiff.js" ], "css": [ "gcolordiff.css" ], "run-at": "document_end" } ] } |