There, there, Google Calendar
Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)
There, there, Google Calendarคืออะไร?
There, there, Google Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://benjaminbojko.com และคุณลักษณะหลักของมันคือ "Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย There, there, Google Calendar
ดาวน์โหลดไฟล์ส่วนขยาย There, there, Google Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hkjnokojjolmplgbhmblgjioajjndgoo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/there-there-google-calend/hkjnokojjolmplgbhmblgjioajjndgoo |
คำอธิบาย | Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked) |
ขนาดไฟล์ | 138 KB |
จำนวนการติดตั้ง | 38 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2017-06-02 |
วันที่เผยแพร่ | 2017-06-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://benjaminbojko.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.2", "name": "There, there, Google Calendar", "description": "Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)", "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "js": [ "main.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "main.js" ], "icons": { "128": "icon128.png", "512": "icon512.png" } } |