Coursera Progress
Control Coursera progress.
Coursera Progress क्या है?
Coursera Progress herman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control Coursera progress."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Coursera Progress एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" ] } ] } |