Coursera Progress
Control Coursera progress.
Coursera Progressคืออะไร?
Coursera Progress เป็นส่วนขยายของ Chrome ที่พัฒนาโดย herman และคุณลักษณะหลักของมันคือ "Control Coursera progress."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Coursera Progress
ดาวน์โหลดไฟล์ส่วนขยาย Coursera Progress ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to finally take control over your Coursera progress. It adds an empty (gray) checkmark next to all lecture videos and lets you check/uncheck each lecture to mark them watched/unwatched. Data for each course is kept separately and will be automatically synced across different browsers as long as you sign in to Chrome. Managing quiz and assignment progress is also supported. ============================================ Source available on github if you feel like contributing: https://github.com/has207/coursera-progress-chrome-extension Icons courtesy of http://www.everaldo.com/ distributed under the LGPL.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Coursera Progress |
ID | ahdbpipoojeoedkjhjmfflbgnlhpheoa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/coursera-progress/ahdbpipoojeoedkjhjmfflbgnlhpheoa |
คำอธิบาย | Control Coursera progress. |
ขนาดไฟล์ | 16.31 KB |
จำนวนการติดตั้ง | 637 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2013-06-02 |
วันที่เผยแพร่ | 2013-06-02 |
คะแนน | 3.38/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | herman |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/has207/coursera-progress-chrome-extension |
URL หน้าช่วยเหลือ | https://github.com/has207/coursera-progress-chrome-extension/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Coursera Progress", "description": "Control Coursera progress.", "version": "1.2", "icons": { "48": "button_ok_48.png", "128": "button_ok_128.png" }, "permissions": [ "storage", "*:\/\/class.coursera.org\/" ], "content_scripts": [ { "matches": [ "*:\/\/class.coursera.org\/*" ], "js": [ "progress.js" ] } ] } |