Coursera Progress
Control Coursera progress.
ما هو Coursera Progress؟
Coursera Progress هو إضافة Chrome تم تطويرها بواسطة herman، والميزة الرئيسية لها هي "Control Coursera progress.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Coursera Progress
قم بتنزيل ملفات الامتداد Coursera Progress بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } ] } |