modern-manaba

Make your manaba modern.

modern-manabaคืออะไร?

modern-manaba เป็นส่วนขยายของ Chrome ที่พัฒนาโดย itsu020402 และคุณลักษณะหลักของมันคือ "Make your manaba modern."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย modern-manaba

ดาวน์โหลดไฟล์ส่วนขยาย modern-manaba ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        (日本語 / JAPANESE)

manabaのUIを変更し、使いやすさを向上させる拡張機能。


【対応大学】
- 筑波大学


【特徴】
- 一から設計し直したUI
 ライトモードとダークモードの2種類から選べます。

- レスポンシブ対応
 もう画面のサイズ変更でコンテンツが見切れることはありません。

- manaba EnhancedやHide unsubmitted reports on Manabaにも対応
 ダークモード有効化時にも適切な色であなたの赤課題をハイライトします。


【テーマの変更方法】
 ページ右上のModern manabaを押して設定画面を開き、Enable Darkmodeを有効化してください。


【免責事項】
 この拡張機能はサードパーティ製のプロダクトであり、オープンソースで開発されています。筑波大学やmanabaを提供する朝日ネットが開発したものではありません。
 開発者やコントリビュータは、この拡張機能を使用したことによって生じた損害や不利益について、その一切の責任を負いません。

---

(English)

Change UI of manaba and make your manaba more comfortable.


【Supported University】
- University of Tsukuba


【Features】
- Redesigned UI
    You can choose theme from Light Mode or Dark Mode.

- Supported Responsive
    The contents will never cut from the page due to narrower size of the window.

- Also supported other extensions for manaba
    Your "Red Assignments" will be highlighted clearly even if dark mode is enabled.


【How to switch the theme】
    Click "Modern manaba" at upper right of the page to open settings page, and enable the switch "Enable Darkmode".


【Disclaimer】
    This extension is a third-party product. The developers assume no responsibility for any disadvantage caused by the use of this extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ modern-manaba modern-manaba
ID oimcohooopcpjnmdgijjicdhkifopbli
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/modern-manaba/oimcohooopcpjnmdgijjicdhkifopbli
คำอธิบาย Make your manaba modern.
ขนาดไฟล์ 33.81 KB
จำนวนการติดตั้ง 113
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2022-12-09
วันที่เผยแพร่ 2022-02-21
ผู้พัฒนา itsu020402
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://twitter.com/chururi_
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "modern-manaba",
    "version": "1.1.1",
    "manifest_version": 3,
    "description": "Make your manaba modern.",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "options\/options.html"
            ],
            "matches": [
                "https:\/\/manaba.tsukuba.ac.jp\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/manaba.tsukuba.ac.jp\/ct\/*"
            ],
            "exclude_matches": [
                "https:\/\/manaba.tsukuba.ac.jp\/ct\/usermemo_*",
                "https:\/\/manaba.tsukuba.ac.jp\/ct\/doc_student"
            ],
            "js": [
                "header.js"
            ],
            "css": [
                "header.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/manaba.tsukuba.ac.jp\/ct\/course_*",
                "https:\/\/manaba.tsukuba.ac.jp\/ct\/home*",
                "https:\/\/manaba.tsukuba.ac.jp\/ct\/page*"
            ],
            "exclude_matches": [
                "https:\/\/manaba.tsukuba.ac.jp\/ct\/course_*_project_*_teamtop_*"
            ],
            "css": [
                "core.css"
            ],
            "run_at": "document_start"
        }
    ]
}