SOL Schedule

SOLのコースに飛びやすくする拡張機能です。

Cos'è SOL Schedule?

SOL Schedule è un'estensione di Chrome sviluppata da Shunta, e la sua funzione principale è "SOLのコースに飛びやすくする拡張機能です。".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SOL Schedule

Scarica i file di estensione SOL Schedule in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        SFC SOLの拡張機能です。
ダッシュボードに時間割を作成し、それぞれのコース詳細に簡単に飛ぶことができるようになります。                    

Informazioni di Base sull'Estensione

Nome SOL Schedule SOL Schedule
ID ibjdglgnepfjfgioajemgklagpojjahl
URL Ufficiale https://chromewebstore.google.com/detail/sol-schedule/ibjdglgnepfjfgioajemgklagpojjahl
Descrizione SOLのコースに飛びやすくする拡張機能です。
Dimensione del File 6.13 KB
Conteggio Installazioni 52
Versione Corrente 1.1.2
Ultimo Aggiornamento 2021-04-11
Data di Pubblicazione 2020-10-11
Sviluppatore Shunta
Email [email protected]
Tipo di Pagamento free
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SOL Schedule",
    "version": "1.1.2",
    "description": "SOL\u306e\u30b3\u30fc\u30b9\u306b\u98db\u3073\u3084\u3059\u304f\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sol.sfc.keio.ac.jp\/"
            ],
            "js": [
                "schedule\/dashboard.js"
            ],
            "css": [
                "schedule\/SOL_schedule.css"
            ]
        }
    ]
}