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
公式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
Eメール [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'"
}