UD++
An extension that makes the experience of using uddata+ better
UD++คืออะไร?
UD++ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย benjadahl และคุณลักษณะหลักของมันคือ "An extension that makes the experience of using uddata+ better"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UD++
ดาวน์โหลดไฟล์ส่วนขยาย UD++ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
UD++ is an extension which enhances the use of the web platform Uddata+.
Features in the current version:
- Colour theming
- Custom colour themes
- Homework marking
- Hide unwanted lessons
- Sort assignments
- Hide finished assignments automatically
- Notify when EASY-A is scheduled to go down
- Show a cached version of the schedule on the downtime page
More features to come in the future
Source code:
https://github.com/Benjadahl/UDPlus-Plus ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | pmlnbmnelhhofakfihcfjiemklhncdin |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ud++/pmlnbmnelhhofakfihcfjiemklhncdin |
| คำอธิบาย | An extension that makes the experience of using uddata+ better |
| ขนาดไฟล์ | 938 KB |
| จำนวนการติดตั้ง | 134 |
| เวอร์ชันปัจจุบัน | 2.1.1 |
| อัปเดตครั้งล่าสุด | 2017-05-03 |
| วันที่เผยแพร่ | 2017-05-03 |
| คะแนน | 4.61/5 รวมทั้งหมด 18 คะแนน |
| ผู้พัฒนา | benjadahl |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/Benjadahl/UDPlus-Plus |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "UD++",
"description": "An extension that makes the experience of using uddata+ better",
"version": "2.1.1",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"options_ui": {
"page": "options\/options.html",
"chrome_style": true
},
"applications": {
"gecko": {
"id": "[email protected]"
}
},
"icons": {
"16": "resources\/icons\/icon16.png",
"19": "resources\/icons\/icon19.png",
"48": "resources\/icons\/icon48.png",
"128": "resources\/icons\/icon128.png"
},
"browser_action": {
"default_icon": {
"16": "resources\/icons\/icon16.png",
"19": "resources\/icons\/icon19.png",
"48": "resources\/icons\/icon48.png",
"128": "resources\/icons\/icon128.png"
},
"default_title": "UD++ Dashboard"
},
"permissions": [
"activeTab",
"http:\/\/admsys.stil.dk\/",
"notifications",
"https:\/\/storage.googleapis.com\/",
"*:\/\/*.uddataplus.dk\/*",
"storage",
"tabs",
"unlimitedStorage"
],
"background": {
"scripts": [
"storageHandler.js",
"resources\/jquery-3.1.0.min.js",
"resources\/fullcalendar-3.1.0\/lib\/moment.min.js",
"UD++Functions.js",
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/www.uddataplus.dk\/*"
],
"js": [
"resources\/jquery-3.1.0.min.js",
"resources\/jquery.snow.min.1.0.js",
"storageHandler.js",
"theming\/objectDefine.js",
"theming\/objects.js",
"UD++Functions.js",
"theming\/runTheme.js",
"main.js",
"themes.js"
],
"css": [
"resources\/customclasses.css"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/www.uddataplus.dk\/skema\/*"
],
"js": [
"resources\/jquery-3.1.0.min.js",
"pageScripts\/schedule.js",
"resources\/jquery.snow.min.1.0.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/www.uddataplus.dk\/opgave\/*"
],
"js": [
"resources\/jquery-3.1.0.min.js",
"pageScripts\/assignmentPage.js",
"resources\/jquery.snow.min.1.0.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/www.uddataplus.dk\/ressourcer\/*"
],
"js": [
"resources\/jquery-3.1.0.min.js",
"pageScripts\/resources.js",
"resources\/jquery.snow.min.1.0.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/www.uddataplus.dk\/besked\/*"
],
"js": [
"resources\/jquery-3.1.0.min.js",
"pageScripts\/message.js",
"resources\/jquery.snow.min.1.0.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/www.uddataplus.dk\/?id=id_start*"
],
"js": [
"resources\/jquery-3.1.0.min.js",
"pageScripts\/start.js",
"resources\/jquery.snow.min.1.0.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/www.uddataplus.dk\/bevis\/*"
],
"js": [
"resources\/jquery-3.1.0.min.js",
"pageScripts\/grades.js",
"resources\/jquery.snow.min.1.0.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/www.uddataplus.dk\/besked\/*"
],
"js": [
"resources\/jquery-3.1.0.min.js",
"pageScripts\/conversations.js",
"resources\/jquery.snow.min.1.0.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/www.uddata.dk\/uddataplus-lukket\/"
],
"js": [
"resources\/jquery-3.1.0.min.js",
"storageHandler.js",
"theming\/objectDefine.js",
"theming\/objects.js",
"UD++Functions.js",
"themes.js",
"theming\/runTheme.js",
"pageScripts\/uddata-down.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/www.uddata.dk\/uddataplus-nede\/"
],
"js": [
"resources\/jquery-3.1.0.min.js",
"storageHandler.js",
"theming\/objectDefine.js",
"theming\/objects.js",
"UD++Functions.js",
"themes.js",
"theming\/runTheme.js",
"pageScripts\/uddata-down.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"resources\/UddataLogo.png",
"storageHandler.js",
"UD++Functions.js",
"resources\/xmasHat.png",
"resources\/customclasses.css",
"resources\/icons\/icon48.png",
"resources\/Inddata.png"
]
} | |