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.”。
擴展截圖
下載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 |
ID | imihnogajbjbjaajoffilelekedgajkn |
官方網址 | 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 |
電子郵箱 | [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" } } |