CoursesPlus
An extension that makes Dalton Courses awesome.
CoursesPlusคืออะไร?
CoursesPlus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://coursesplus.github.io และคุณลักษณะหลักของมันคือ "An extension that makes Dalton Courses awesome."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CoursesPlus
ดาวน์โหลดไฟล์ส่วนขยาย CoursesPlus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
***This extension only works on the Dalton Courses website. If you don't go to the Dalton School or have no idea what Courses is, you should probably not install this.***
CoursesPlus (also known as Courses Plus or Courses+) is a small extension for the Dalton Courses website. It adds many useful features and customizations, from marking assignments as completed to background changes, and it makes many things look much nicer. (Of course, you can turn off the parts you don't like from the options page.)
Features include:
-------------------
* Great themes to transform the look of Courses.
* Turn on and off every feature from the options page!
* Keep track of assignments you've done!
* A cleaner, simpler grid view for your course list!
* An easier, simpler, and smaller navigation bar!
* Customize individual courses' colors and fonts!
* Change the color scheme of Courses - background color, text color, etc!
* Add a background image!
* Fixes for various bugs with Courses (daylight savings time mishandling, lightbox zoom weirdness, etc.)
* A nicer looking login page!
* Use emotions in the messaging system! (even if the other person doesn't have CoursesPlus!)
* A convenient browser action to access upcoming events and other information quickly.
Got another idea? Click the support tab above, select "Suggestion", and tell us! We'd love to hear from you! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | pieincmodljnbihihjnapcmhdddhbpgi |
| URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/coursesplus/pieincmodljnbihihjnapcmhdddhbpgi |
| คำอธิบาย | An extension that makes Dalton Courses awesome. |
| ขนาดไฟล์ | 1.72 MB |
| จำนวนการติดตั้ง | 30 |
| เวอร์ชันปัจจุบัน | 3.2.8 |
| อัปเดตครั้งล่าสุด | 2017-04-19 |
| วันที่เผยแพร่ | 2017-04-19 |
| คะแนน | 4.50/5 รวมทั้งหมด 16 คะแนน |
| ผู้พัฒนา | http://coursesplus.github.io |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://coursesplus.tk |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CoursesPlus",
"version": "3.2.8",
"manifest_version": 2,
"description": "An extension that makes Dalton Courses awesome.",
"icons": {
"128": "images\/icon128.png"
},
"background": {
"page": "etc\/bg.chrome.html",
"persistent": true
},
"browser_action": {
"default_icon": "images\/logos\/circle.png",
"default_popup": "etc\/menubar.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/courses2017.dalton.org\/*"
],
"css": [
"css\/inject.css",
"scss_gen\/fonts.css"
],
"js": [
"js\/cpal.js",
"js\/cpal.chrome.js",
"js\/jquery.js",
"js\/bootstrap.min.js",
"js\/consts.js",
"js\/helpers.js",
"js\/services.js",
"js\/components.js",
"js\/themes.js",
"js\/logos.js",
"js\/inject.js",
"js\/coursesLib.js"
],
"run_at": "document_start"
}
],
"options_page": "etc\/options.html",
"permissions": [
"*:\/\/*.dalton.org\/",
"*:\/\/coursesplus.tk\/",
"*:\/\/*.coursesplus.tk\/",
"storage",
"webRequest",
"webRequestBlocking"
],
"optional_permissions": [
"*:\/\/*\/"
],
"web_accessible_resources": [
"images\/*.png",
"images\/logos\/*.png",
"css\/*.css",
"fonts\/*.eot",
"fonts\/*.svg",
"fonts\/*.ttf",
"fonts\/*.woff",
"fonts\/*.woff2",
"js\/*.js",
"chosen\/*.css",
"chosen\/*.png",
"chosen\/*.js",
"etc\/*.html",
"scss_gen\/*.css"
],
"externally_connectable": {
"matches": [
"*:\/\/courses2017.dalton.org\/*"
]
},
"content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com https:\/\/www.wolframalpha.com; object-src 'self' https:\/\/www.wolframalpha.com"
} | |