Coursera Progress
Control Coursera progress.
Wat is Coursera Progress?
Coursera Progress is een Chrome-extensie ontwikkeld door herman, en de belangrijkste functie is "Control Coursera progress.".
Extensie Screenshots
Download het CRX-bestand van de extensie Coursera Progress
Download Coursera Progress-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Coursera Progress |
ID | ahdbpipoojeoedkjhjmfflbgnlhpheoa |
Officiële URL | https://chromewebstore.google.com/detail/coursera-progress/ahdbpipoojeoedkjhjmfflbgnlhpheoa |
Beschrijving | Control Coursera progress. |
Bestandsgrootte | 16.31 KB |
Aantal Installaties | 637 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2013-06-02 |
Publicatiedatum | 2013-06-02 |
Beoordeling | 3.38/5 Totaal 8 Beoordelingen |
Ontwikkelaar | herman |
Betalingswijze | free |
Extensiewebsite | https://github.com/has207/coursera-progress-chrome-extension |
Help Pagina-URL | https://github.com/has207/coursera-progress-chrome-extension/issues |
Ondersteunde Talen | 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" ] } ] } |