SFCSOL-Extension
慶應義塾大学SFCの授業システムCanvas(SOL)をより便利にする、Chrome拡張機能です。 現在は顔を任意の画像に差し替える機能が提供されています。
What is SFCSOL-Extension?
SFCSOL-Extension is a Chrome extension developed by なおきんちゅ, and its main feature is "慶應義塾大学SFCの授業システムCanvas(SOL)をより便利にする、Chrome拡張機能です。 現在は顔を任意の画像に差し替える機能が提供されています。".
Extension Screenshots
Download SFCSOL-Extension Extension CRX File
Download SFCSOL-Extension 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の授業システムCanvas(SOL)をより便利にする、Chrome拡張機能です。 現在は顔を任意の画像に差し替える機能が提供されています。
Extension Basic Information
Name | |
ID | ageepiemglebjjbpbpncfjmefjigneao |
Official URL | https://chromewebstore.google.com/detail/sfcsol-extension/ageepiemglebjjbpbpncfjmefjigneao |
Description | 慶應義塾大学SFCの授業システムCanvas(SOL)をより便利にする、Chrome拡張機能です。 現在は顔を任意の画像に差し替える機能が提供されています。 |
File Size | 16.48 KB |
Installation Count | 66 |
Current Version | 0.11 |
Last Updated | 2023-04-10 |
Publish Date | 2022-04-15 |
Developer | なおきんちゅ |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/naokisreal/SFCSOL-Extension |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SFCSOL-Extension", "manifest_version": 3, "version": "0.11", "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/sol.sfc.keio.ac.jp\/*" ], "js": [ "image_swapper.js" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/sol.sfc.keio.ac.jp\/*" ], "resources": [ "images\/*" ] } ], "background": { "service_worker": "onInstall.js" }, "permissions": [ "storage" ], "icons": { "128": "images\/icon128.png" } } |