manabaプリン

manabaホーム画面の未提出課題を示す鉛筆マークをプリン等に変更します

What is manabaプリン?

manabaプリン is a Chrome extension developed by Kobashun., and its main feature is "manabaホーム画面の未提出課題を示す鉛筆マークをプリン等に変更します".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download manabaプリン Extension CRX File

Download manabaプリン 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

                        筑波大学で利用されている教育支援システムmanabaのホーム画面において,未提出課題があることを示す赤い鉛筆マークを,プリンのマークに変更する拡張機能です.
この機能により,未提出課題への抵抗感を低減することができます.

追記
2022/04/21 アップデート 1.0.1
・プリンの画質とサイズを調整しました
・プリンが揺れる機能を追加しました.ホーム画面右上「メモ」ボタン隣の切替スイッチでon/off を切り替えることができます.

2023/02/23 アップデート 1.0.3
・「プリンの雨」ボタンを追加しました.ボタンを押すとプリンの雨が降ります.再度押すと止みます.

※本拡張機能は大学非公式のものであり,本拡張機能により不利益が生じた場合も責任は取りかねます。                    

Extension Basic Information

Name manabaプリン manabaプリン
ID nfkdncijndacbogemomolibmnmklhndl
Official URL https://chromewebstore.google.com/detail/manaba%E3%83%97%E3%83%AA%E3%83%B3/nfkdncijndacbogemomolibmnmklhndl
Description manabaホーム画面の未提出課題を示す鉛筆マークをプリン等に変更します
File Size 9.33 MB
Installation Count 172
Current Version 1.0.5
Last Updated 2023-04-21
Publish Date 2022-04-10
Rating 5.00/5 Total 1 Ratings
Developer Kobashun.
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "manaba\u30d7\u30ea\u30f3",
    "version": "1.0.5",
    "manifest_version": 3,
    "description": "manaba\u30db\u30fc\u30e0\u753b\u9762\u306e\u672a\u63d0\u51fa\u8ab2\u984c\u3092\u793a\u3059\u925b\u7b46\u30de\u30fc\u30af\u3092\u30d7\u30ea\u30f3\u7b49\u306b\u5909\u66f4\u3057\u307e\u3059",
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/pudding.png",
                "\/images\/pudding_gray.png",
                "\/images\/movepudding.gif"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_title": "manaba\u30d7\u30ea\u30f3"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/manaba.tsukuba.ac.jp\/ct\/home*"
            ],
            "exclude_matches": [
                "https:\/\/manaba.tsukuba.ac.jp\/ct\/home_selfregistrationlist*",
                "https:\/\/manaba.tsukuba.ac.jp\/ct\/home_selfregistration*",
                "https:\/\/manaba.tsukuba.ac.jp\/ct\/home_library_query*",
                "https:\/\/manaba.tsukuba.ac.jp\/ct\/home_library_reminder*",
                "https:\/\/manaba.tsukuba.ac.jp\/ct\/home_course*",
                "https:\/\/manaba.tsukuba.ac.jp\/ct\/home_coursetable*",
                "https:\/\/manaba.tsukuba.ac.jp\/ct\/home_submitlog*",
                "https:\/\/manaba.tsukuba.ac.jp\/ct\/home_usermemo*",
                "https:\/\/manaba.tsukuba.ac.jp\/ct\/home_preferences*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "style.scss"
            ]
        }
    ]
}