ETHSBell
A Browser Extension version of ETHSBell
ETHSBellคืออะไร?
ETHSBell เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ETHS D202 และคุณลักษณะหลักของมันคือ "A Browser Extension version of ETHSBell"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ETHSBell
ดาวน์โหลดไฟล์ส่วนขยาย ETHSBell ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ETHSBell is designed to help Evanston Township High School students be more familiar with the bell schedule and navigate their school day. This extension features current period status, day schedule, and period ending notifications. More schedules can be viewed on our website.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ETHSBell |
ID | gbkjjbecehodfeijbdmoieepgmfdlgle |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ethsbell/gbkjjbecehodfeijbdmoieepgmfdlgle |
คำอธิบาย | A Browser Extension version of ETHSBell |
ขนาดไฟล์ | 53.05 KB |
จำนวนการติดตั้ง | 5,334 |
เวอร์ชันปัจจุบัน | 2.4.1 |
อัปเดตครั้งล่าสุด | 2023-08-25 |
วันที่เผยแพร่ | 2021-08-06 |
ผู้พัฒนา | ETHS D202 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://ethsbell.app/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "57.0" } }, "name": "ETHSBell", "version": "2.4.1", "manifest_version": 2, "description": "A Browser Extension version of ETHSBell", "homepage_url": "https:\/\/ethsbell.app", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/helpers.js", "background.js" ] }, "options_ui": { "open_in_tab": false, "page": "\/options\/index.html" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "ETHSBell", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "notifications", "storage", "alarms" ], "externally_connectable": { "matches": [ "https:\/\/ethsbell.app\/*", "https:\/\/dayschool.ethsbell.app\/*" ] } } |