manaba2kdb

Change the course number of manaba (for University of Tsukuba) to link to the KdB syllabus page.

What is manaba2kdb?

manaba2kdb is a Chrome extension developed by smasato, and its main feature is "Change the course number of manaba (for University of Tsukuba) to link to the KdB syllabus page.".

Extension Screenshots

screenshot

Download manaba2kdb Extension CRX File

Download manaba2kdb 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

                        This extension changes the course number on the manaba(for University of Tsukuba) course page to a link on the KdB(Curriculum Scheduling Support System for University of Tsukuba students) syllabus page.

manaba(for University of Tsukuba) http://manaba.tsukuba.ac.jp/
 KdB(Curriculum Scheduling Support System for University of Tsukuba students) https://kdb.tsukuba.ac.jp/

Welcome contribution at https://github.com/smasato/manaba2kdb                    

Extension Basic Information

Name manaba2kdb manaba2kdb
ID ladninjcfokoplngpcmlfkijickcoanc
Official URL https://chromewebstore.google.com/detail/manaba2kdb/ladninjcfokoplngpcmlfkijickcoanc
Description Change the course number of manaba (for University of Tsukuba) to link to the KdB syllabus page.
File Size 9.16 KB
Installation Count 124
Current Version 1.1.0
Last Updated 2022-12-08
Publish Date 2020-05-26
Rating 5.00/5 Total 1 Ratings
Developer smasato
Email [email protected]
Payment Type free
Extension Website https://github.com/smasato/manaba2kdb
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "manaba2kdb",
    "version": "1.1.0",
    "description": "Change the course number of manaba (for University of Tsukuba) to link to the KdB syllabus page.",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "author": "smasato",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/manaba.tsukuba.ac.jp\/ct\/course_*",
                "https:\/\/manaba.tsukuba.ac.jp\/ct\/page_*"
            ],
            "js": [
                "src\/script.js"
            ],
            "run_at": "document_end"
        }
    ]
}