筑波大学のmanabaのコースページからicsファイルを生成します
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Tsukuba-Manaba2TwinC",
"version": "1.0.2",
"manifest_version": 2,
"description": "ç‘波大å¦ã®manabaã®ã‚³ãƒ¼ã‚¹ãƒšãƒ¼ã‚¸ã‹ã‚‰icsファイルを生æˆã—ã¾ã™",
"icons": {
"48": "48.png"
},
"content_scripts": [
{
"matches": [
"https://manaba.tsukuba.ac.jp/ct/home"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
"kdb_twinc.json"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}