SFC Timetable
SFC Course Syllabus上で追加ボタンを押すことで仮に時間割を組めます。
What is SFC Timetable?
SFC Timetable is a Chrome extension developed by ryo1202aus, and its main feature is "SFC Course Syllabus上で追加ボタンを押すことで仮に時間割を組めます。".
Extension Screenshots
Download SFC Timetable Extension CRX File
Download SFC Timetable 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 Course Syllabus上で追加ボタンを押すことで仮に時間割を組めます。
Extension Basic Information
Name | |
ID | ieempdgcaohgdimcpejlalnboadffbcc |
Official URL | https://chromewebstore.google.com/detail/sfc-timetable/ieempdgcaohgdimcpejlalnboadffbcc |
Description | SFC Course Syllabus上で追加ボタンを押すことで仮に時間割を組めます。 |
File Size | 35.19 KB |
Installation Count | 74 |
Current Version | 1.0 |
Last Updated | 2021-03-30 |
Publish Date | 2021-03-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ryo1202aus |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SFC Timetable", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/syllabus.sfc.keio.ac.jp\/*", "https:\/\/syllabus.sfc.keio.ac.jp\/*" ], "js": [ "jquery-3.6.0.min.js", "content_script.js" ] } ], "browser_action": { "default_title": "Timetable", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |