Coursera Progress
Control Coursera progress.
Vad är Coursera Progress?
Coursera Progress är en Chrome-tillägg utvecklad av herman, och dess huvudfunktion är "Control Coursera progress.".
Tilläggsskärmbilder
Ladda ner Coursera Progress-förlängningens CRX-fil
Ladda ner Coursera Progress-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Coursera Progress |
ID | ahdbpipoojeoedkjhjmfflbgnlhpheoa |
Officiell webbadress | https://chromewebstore.google.com/detail/coursera-progress/ahdbpipoojeoedkjhjmfflbgnlhpheoa |
Beskrivning | Control Coursera progress. |
Filstorlek | 16.31 KB |
Antal Installationer | 637 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2013-06-02 |
Publiceringsdatum | 2013-06-02 |
Betyg | 3.38/5 Totalt 8 Betyg |
Utvecklare | herman |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/has207/coursera-progress-chrome-extension |
Hjälpsida URL | https://github.com/has207/coursera-progress-chrome-extension/issues |
Stödda Språk | 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" ] } ] } |