Moody Middle School Bell Reminder
Remind yourself of the bell
Moody Middle School Bell Reminderคืออะไร?
Moody Middle School Bell Reminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shoryamal และคุณลักษณะหลักของมันคือ "Remind yourself of the bell"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Moody Middle School Bell Reminder
ดาวน์โหลดไฟล์ส่วนขยาย Moody Middle School Bell Reminder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A school bell reminder for moody middle school 1.2.5 is a hotfix 1.3 is also a hotfix 1.5.1 may be unstable will be fixed soon 2.1.1 is STABLE with new features such as adding classrooms. It also has an updated moody bell schedule. Remove the app and reinstall to get all new features. 2.1.2 is color schemes and updated spacing
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kmljccihpocnjenpcmfgfodcdbommchl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/kmljccihpocnjenpcmfgfodcdbommchl |
คำอธิบาย | Remind yourself of the bell |
ขนาดไฟล์ | 46.53 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 2.1.2 |
อัปเดตครั้งล่าสุด | 2019-09-03 |
วันที่เผยแพร่ | 2019-09-03 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | shoryamal |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Moody Middle School Bell Reminder", "description": "Remind yourself of the bell", "version": "2.1.2", "manifest_version": 2, "permissions": [ "notifications", "storage" ], "browser_action": { "default_locale": "en", "default_icon": "something-128.png", "default_popup": "window.html" }, "icons": { "16": "something-16.png", "128": "something-128.png", "64": "something-64.png" }, "background": { "scripts": [ "script.js", "background.js" ] } } |