RightLabel for Gmail™
This extension moves labels of email subjects to the right side.
RightLabel for Gmail™คืออะไร?
RightLabel for Gmail™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mikhail Nasyrov และคุณลักษณะหลักของมันคือ "This extension moves labels of email subjects to the right side."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RightLabel for Gmail™
ดาวน์โหลดไฟล์ส่วนขยาย RightLabel for Gmail™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Source code: https://github.com/mnasyrov/gmail-rightlabel
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | acaeocdadbbalpdgajoblofgidngdfaf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/rightlabel-for-gmail/acaeocdadbbalpdgajoblofgidngdfaf |
คำอธิบาย | This extension moves labels of email subjects to the right side. |
ขนาดไฟล์ | 18.49 KB |
จำนวนการติดตั้ง | 301 |
เวอร์ชันปัจจุบัน | 0.0.2.1 |
อัปเดตครั้งล่าสุด | 2018-05-31 |
วันที่เผยแพร่ | 2018-05-25 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Mikhail Nasyrov |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mnasyrov/gmail-rightlabel |
URL หน้าช่วยเหลือ | https://github.com/mnasyrov/gmail-rightlabel/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RightLabel for Gmail\u2122", "version": "0.0.2.1", "manifest_version": 2, "description": "This extension moves labels of email subjects to the right side.", "permissions": [ "https:\/\/mail.google.com\/*" ], "icons": { "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "style.css" ], "run-at": "document_end" } ] } |