LASA Schedules
A schedule-tracking app for students of LASA High School
LASA Schedulesคืออะไร?
LASA Schedules เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://lasa2019.com และคุณลักษณะหลักของมันคือ "A schedule-tracking app for students of LASA High School"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LASA Schedules
ดาวน์โหลดไฟล์ส่วนขยาย LASA Schedules ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This app keeps track of all the schedules at LASA High School. Open it to see what period you are currently in and how much time is left. It adapts for Late Start, Pep Rally and C Day schedules. Developed by Cameron Kleiman for LASA2019.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | glomdolocjjghhaiebanmhbnnobgekgj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/lasa-schedules/glomdolocjjghhaiebanmhbnnobgekgj |
คำอธิบาย | A schedule-tracking app for students of LASA High School |
ขนาดไฟล์ | 1.71 MB |
จำนวนการติดตั้ง | 70 |
เวอร์ชันปัจจุบัน | 3.1.1 |
อัปเดตครั้งล่าสุด | 2021-04-23 |
วันที่เผยแพร่ | 2020-09-08 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://lasa2019.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://schedules.lasa2019.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LASA Schedules", "version": "3.1.1", "homepage_url": "https:\/\/schedules.lasa2019.com", "description": "A schedule-tracking app for students of LASA High School", "icons": { "16": "assets\/icon\/favicon-16x16.png", "32": "assets\/icon\/favicon-32x32.png" }, "manifest_version": 2, "browser_action": { "default_icon": { "16": "assets\/icon\/favicon-16x16.png", "32": "assets\/icon\/favicon-32x32.png" }, "default_title": "LASA Schedules", "default_popup": "index.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |