ModClear
Clears notifications on click
ModClearคืออะไร?
ModClear เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JonLuca และคุณลักษณะหลักของมันคือ "Clears notifications on click"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ModClear
ดาวน์โหลดไฟล์ส่วนขยาย ModClear ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Provides a quick way to archive all messages quickly on the new reddit modmail, both for notifications and conversations!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ModClear |
ID | gpcmcddkhaninomigjcgabkogknhblbm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/modclear/gpcmcddkhaninomigjcgabkogknhblbm |
คำอธิบาย | Clears notifications on click |
ขนาดไฟล์ | 84.55 KB |
จำนวนการติดตั้ง | 29 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2017-06-25 |
วันที่เผยแพร่ | 2017-06-25 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | JonLuca |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jonluca/ModClear |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ModClear", "description": "Clears notifications on click", "version": "1.3", "background": { "scripts": [ "js\/jquery-2.1.1.min.js", "js\/background.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/mod.reddit.com\/*", "https:\/\/mod.reddit.com\/*" ], "js": [ "js\/jquery-2.1.1.min.js", "content_script.js" ] } ], "icons": { "64": "images\/icon64.png", "32": "images\/icon32.png", "128": "images\/icon128.png" }, "page_action": { "default_title": "ModClear", "default_icon": "images\/hover.png" }, "homepage_url": "https:\/\/github.com\/jonluca\/ModClear\/", "web_accessible_resources": [ "js\/jquery-2.1.1.min.js", "images\/*" ] } |