No Alarm
This extension blocks noisy alarms and notifications from sites.
No Alarmคืออะไร?
No Alarm เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gornal และคุณลักษณะหลักของมันคือ "This extension blocks noisy alarms and notifications from sites."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No Alarm
ดาวน์โหลดไฟล์ส่วนขยาย No Alarm ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
No Alarm prevents sites from changing titles in background tabs. Facebook, Google Mail and others use this method for notification purposes, but in fact it's unwanted distraction. With No Alarm extension you don't get such interruption and become more productive. (c) Alexander Gornyi, 2018 mailto:[email protected] Icon made by Freepik from www.flaticon.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pimcncgghbhlkecnnikllndpojmeahnd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/pimcncgghbhlkecnnikllndpojmeahnd |
คำอธิบาย | This extension blocks noisy alarms and notifications from sites. |
ขนาดไฟล์ | 9.17 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2018-01-05 |
วันที่เผยแพร่ | 2018-01-05 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | gornal |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Alarm", "description": "This extension blocks noisy alarms and notifications from sites.", "version": "0.1.2", "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/*" ], "js": [ "silence.js" ] } ], "icons": { "16": "sound-off-16.png", "48": "sound-off-48.png", "128": "sound-off-128.png" } } |