Add "Mark All Read" button to GMail
Allows you to mark all messages as read with one click.
Add "Mark All Read" button to GMailคืออะไร?
Add "Mark All Read" button to GMail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pressbin และคุณลักษณะหลักของมันคือ "Allows you to mark all messages as read with one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add "Mark All Read" button to GMail
ดาวน์โหลดไฟล์ส่วนขยาย Add "Mark All Read" button to GMail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The button allows you to change every visible message with an "unread" status to "read" status.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Add "Mark All Read" button to GMail |
ID | mhgahabpbdjldmonmfgehfhjmgjedjkc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/add-mark-all-read-button/mhgahabpbdjldmonmfgehfhjmgjedjkc |
คำอธิบาย | Allows you to mark all messages as read with one click. |
ขนาดไฟล์ | 4.38 KB |
จำนวนการติดตั้ง | 672 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2022-07-01 |
วันที่เผยแพร่ | 2015-01-06 |
คะแนน | 3.00/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | pressbin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "https:\/\/mail.google.com\/mail*" ], "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Allows you to mark all messages as read with one click.", "name": "Add \"Mark All Read\" button to GMail", "version": "1.3" } |