SFSアシスタント

SFC-SFSの補助機能を提供します

What is SFSアシスタント?

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

Extension Screenshots

screenshot

Download SFSアシスタント Extension CRX File

Download SFSアシスタント 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-SFSを使いやすくするChrome拡張機能です。SFC-SFSを立ち上げなくても未提出の課題一覧が見れるなど、豊富な機能があります。                    

Extension Basic Information

Name SFSアシスタント SFSアシスタント
ID iibamhnbhigeffghjbplefemloaogiac
Official URL https://chrome.google.com/webstore/detail/sfs%E3%82%A2%E3%82%B7%E3%82%B9%E3%82%BF%E3%83%B3%E3%83%88/iibamhnbhigeffghjbplefemloaogiac
Description SFC-SFSの補助機能を提供します
File Size 118 KB
Installation Count 49
Current Version 1.1.0
Last Updated 2020-06-20
Publish Date 2020-06-20
Rating 5.00/5 Total 2 Ratings
Developer namosuke
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "SFC-SFS\u306e\u88dc\u52a9\u6a5f\u80fd\u3092\u63d0\u4f9b\u3057\u307e\u3059",
    "name": "SFS\u30a2\u30b7\u30b9\u30bf\u30f3\u30c8",
    "manifest_version": 2,
    "version": "1.1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vu.sfc.keio.ac.jp\/sfc-sfs\/sfs_class\/report\/submit_by_text.cgi*",
                "https:\/\/vu.sfc.keio.ac.jp\/sfc-sfs\/sfs_class\/report\/submit_by_file.cgi*",
                "https:\/\/vu.sfc.keio.ac.jp\/sfc-sfs\/sfs_class\/report\/submit_by_url.cgi*"
            ],
            "run_at": "document_end",
            "js": [
                "report_submit.js"
            ]
        },
        {
            "matches": [
                "https:\/\/vu.sfc.keio.ac.jp\/sfc-sfs\/sfs_class\/report\/report.cgi*"
            ],
            "run_at": "document_end",
            "js": [
                "report.js"
            ]
        },
        {
            "matches": [
                "https:\/\/vu.sfc.keio.ac.jp\/sfc-sfs\/*"
            ],
            "exclude_matches": [
                "https:\/\/vu.sfc.keio.ac.jp\/sfc-sfs\/",
                "https:\/\/vu.sfc.keio.ac.jp\/sfc-sfs\/index.cgi*",
                "https:\/\/vu.sfc.keio.ac.jp\/sfc-sfs\/login.cgi"
            ],
            "run_at": "document_end",
            "js": [
                "better_link.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/vu.sfc.keio.ac.jp\/sfc-sfs\/portal_s\/s01.cgi*"
            ],
            "run_at": "document_end",
            "js": [
                "get_session.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/vu.sfc.keio.ac.jp\/sfc-sfs\/*"
            ],
            "css": [
                "overwrite.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "\u672a\u63d0\u51fa\u306e\u8ab2\u984c\u4e00\u89a7"
    },
    "permissions": [
        "storage"
    ]
}