Power+
A better UI for Canvas LMS
Power+คืออะไร?
Power+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://powerplus.app และคุณลักษณะหลักของมันคือ "A better UI for Canvas LMS"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Power+
ดาวน์โหลดไฟล์ส่วนขยาย Power+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Power+ gives you the tools you need to succeed. The customizable dashboard shows assignments due today, upcoming assignments, announcements, a calendar, and recent grades are all in one place.
For the full list of features available in Power+, please see the Power+ website at https://powerplus.app.
The Power+ extension runs directly on top of Canvas at the /power+ URL. Power+ collects data about the environment you load Power+ in, including your Canvas instance, OS, ISP, and region. Power+ does not collect any personal information. All personal information used in Power+ is fetched directly from Canvas and is processed locally on your device. To learn more about your privacy on Power+, check the privacy section at https://powerplus.app.
Power+ is 100% open source, documented with JSDoc, and can easily be modified and ran locally. If you're interested in how Power+ works, check out the source code at https://gitlab.com/jottocraft/dtps or send me an email at [email protected]. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | pakgdifknldaiglefmpkkgfjndemfapo |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/power+/pakgdifknldaiglefmpkkgfjndemfapo |
| คำอธิบาย | A better UI for Canvas LMS |
| ขนาดไฟล์ | 81.36 KB |
| จำนวนการติดตั้ง | 653 |
| เวอร์ชันปัจจุบัน | 3.3.1 |
| อัปเดตครั้งล่าสุด | 2023-09-13 |
| วันที่เผยแพร่ | 2020-06-07 |
| คะแนน | 4.60/5 รวมทั้งหมด 10 คะแนน |
| ผู้พัฒนา | https://powerplus.app |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://powerplus.app |
| URL หน้าช่วยเหลือ | https://jottocraft.com/feedback/?key=dtps |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Power+",
"description": "A better UI for Canvas LMS",
"version": "3.3.1",
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"https:\/\/*\/*"
],
"js": [
"injector.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"loader.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"icons": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"128": "128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{45a61d8d-6de3-4718-b422-a8a777f2d8aa}"
}
}
} | |