SOLアシスタント

SFC Online Learning System (SOL)の補助機能を提供します

What is SOLアシスタント?

SOLアシスタント is a Chrome extension developed by namosuke, and its main feature is "SFC Online Learning System (SOL)の補助機能を提供します".

Extension Screenshots

screenshot

Download SOLアシスタント Extension CRX File

Download SOLアシスタント 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 Online Learning System (SOL)を使いやすくする、非公式のChrome拡張機能です。顔写真を隠すことができるなど、SOLを便利に使うための機能があります。                    

Extension Basic Information

Name SOLアシスタント SOLアシスタント
ID iginepifkgdlfaaaeafnonppdcendbif
Official URL https://chrome.google.com/webstore/detail/sol%E3%82%A2%E3%82%B7%E3%82%B9%E3%82%BF%E3%83%B3%E3%83%88/iginepifkgdlfaaaeafnonppdcendbif
Description SFC Online Learning System (SOL)の補助機能を提供します
File Size 92.99 KB
Installation Count 82
Current Version 1.0.0
Last Updated 2020-10-06
Publish Date 2020-10-06
Developer namosuke
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "SFC Online Learning System (SOL)\u306e\u88dc\u52a9\u6a5f\u80fd\u3092\u63d0\u4f9b\u3057\u307e\u3059",
    "name": "SOL\u30a2\u30b7\u30b9\u30bf\u30f3\u30c8",
    "manifest_version": 2,
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sol.sfc.keio.ac.jp\/*"
            ],
            "run_at": "document_end",
            "js": [
                "ext.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}