Uribo-Net extension

神戸大学教務情報システム「うりぼーネット」を少し便利にする拡張機能です

What is Uribo-Net extension?

Uribo-Net extension is a Chrome extension developed by nishida4u, and its main feature is "神戸大学教務情報システム「うりぼーネット」を少し便利にする拡張機能です".

Extension Screenshots

screenshot
screenshot
screenshot

Download Uribo-Net extension Extension CRX File

Download Uribo-Net 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

                        神戸大学教務情報システム「うりぼーネット」を少し便利にする拡張機能です。
・自動ログオフ機能を回避できます
・シラバス検索画面で所属を選ぶためのながーいプルダウンリストを短くできます

教員向け機能:
・シラバス中の空欄に1クリックで文例を挿入できます
・過去のシラバスをインポートする際の検索条件を改善します
・授業評価アンケートの総合評価の平均点を自動計算します
・学生ポートフォリオの授業名簿で所属を集計します                    

Extension Basic Information

Name Uribo-Net extension Uribo-Net extension
ID pdoeillkiojolpcimcffhhdpeldcfnkj
Official URL https://chromewebstore.google.com/detail/uribo-net-extension/pdoeillkiojolpcimcffhhdpeldcfnkj
Description 神戸大学教務情報システム「うりぼーネット」を少し便利にする拡張機能です
File Size 58.54 KB
Installation Count 103
Current Version 0.0.4
Last Updated 2022-11-05
Publish Date 2018-02-27
Developer nishida4u
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Uribo-Net extension",
    "version": "0.0.4",
    "description": "\u795e\u6238\u5927\u5b66\u6559\u52d9\u60c5\u5831\u30b7\u30b9\u30c6\u30e0\u300c\u3046\u308a\u307c\u30fc\u30cd\u30c3\u30c8\u300d\u3092\u5c11\u3057\u4fbf\u5229\u306b\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059",
    "author": "Takeshi Nishida",
    "homepage_url": "https:\/\/github.com\/takeshi-nishida\/uribo-net-extension",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "32": "icons\/icon32.png",
        "16": "icons\/icon16.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "icons\/icon32.png",
            "16": "icons\/icon16.png"
        },
        "default_title": "\u3046\u308a\u307c\u30fc\u306d\u3063\u3068\u3092\u958b\u304f"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kym22-web.ofc.kobe-u.ac.jp\/campusweb\/*"
            ],
            "js": [
                "jquery.js",
                "all.js"
            ]
        },
        {
            "matches": [
                "https:\/\/kym22-web.ofc.kobe-u.ac.jp\/campusweb\/campussquare.do?*"
            ],
            "js": [
                "jquery.js",
                "syllabus.js",
                "enquete.js",
                "roster.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ]
}