SOL Schedule

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

What is SOL Schedule?

SOL Schedule is a Chrome extension developed by Shunta, and its main feature is "SOLのコースに飛びやすくする拡張機能です。".

Extension Screenshots

screenshot

Download SOL Schedule Extension CRX File

Download SOL Schedule extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name SOL Schedule SOL Schedule
ID ibjdglgnepfjfgioajemgklagpojjahl
Official URL https://chromewebstore.google.com/detail/sol-schedule/ibjdglgnepfjfgioajemgklagpojjahl
Description SOLのコースに飛びやすくする拡張機能です。
File Size 6.13 KB
Installation Count 52
Current Version 1.1.2
Last Updated 2021-04-11
Publish Date 2020-10-11
Developer Shunta
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}