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”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 LASA Schedules LASA Schedules
ID glomdolocjjghhaiebanmhbnnobgekgj
官方網址 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'"
}