SAIS Timetable

Adds a timetable of your classes on the shopping cart page.

SAIS Timetableとは何ですか?

SAIS Timetableはmegatricycleによって開発されたChromeの拡張機能で、その主な機能は「Adds a timetable of your classes on the shopping cart page.」です。

拡張機能のスクリーンショット

screenshot

SAIS Timetable拡張機能のCRXファイルをダウンロード

SAIS Timetable拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension adds a time table on your "Add class" and "Search class" page on SAIS. Also adds a download button for your schedule.                    

拡張機能の基本情報

名前 SAIS Timetable SAIS Timetable
ID kdebapklkojiiipmkbhcnbbhbanopdfk
公式URL https://chromewebstore.google.com/detail/sais-timetable/kdebapklkojiiipmkbhcnbbhbanopdfk
説明 Adds a timetable of your classes on the shopping cart page.
ファイルサイズ 12.37 KB
インストール数 14,256
現在のバージョン 1.0.1
最終更新日 2020-05-25
公開日 2020-05-25
評価 4.81/5 合計 52 レビュー
開発者 megatricycle
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SAIS Timetable",
    "description": "Adds a timetable of your classes on the shopping cart page.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.up.edu.ph\/*\/*",
                "http:\/\/*.up.edu.ph\/*\/*"
            ],
            "js": [
                "bundle.js"
            ],
            "css": [
                "style.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}