KU Timetable Wrangler

Extension to find available dates for groups of students.

KU Timetable Wranglerとは何ですか?

KU Timetable WranglerはPaul Neve / School of CSM @ KUによって開発されたChromeの拡張機能で、その主な機能は「Extension to find available dates for groups of students.」です。

拡張機能のスクリーンショット

screenshot

KU Timetable Wrangler拡張機能のCRXファイルをダウンロード

KU Timetable Wrangler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is an extension intended for use in a single institution to address a specific tedious data retrieval need. If you know what this extension is for, have at it! Otherwise, this application is of no use to anyone outside of this context.                    

拡張機能の基本情報

名前 KU Timetable Wrangler KU Timetable Wrangler
ID imihnogajbjbjaajoffilelekedgajkn
公式URL https://chromewebstore.google.com/detail/ku-timetable-wrangler/imihnogajbjbjaajoffilelekedgajkn
説明 Extension to find available dates for groups of students.
ファイルサイズ 11.58 KB
インストール数 54
現在のバージョン 1.1.4
最終更新日 2021-10-20
公開日 2017-11-15
開発者 Paul Neve / School of CSM @ KU
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png"
    },
    "name": "KU Timetable Wrangler",
    "description": "Extension to find available dates for groups of students.",
    "version": "1.1.4",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/*.kingston.ac.uk\/*",
        "http:\/\/*.kingston.ac.uk\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Timetable Wrangler"
    }
}