LASA Schedules
A schedule-tracking app for students of LASA High School
什么是LASA Schedules?
LASA Schedules是由http://lasa2019.com开发的Chrome扩展程序,该扩展的主要功能是“A schedule-tracking app for students of LASA High School”。
扩展截图
下载LASA Schedules扩展crx文件
下载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'" } |