Coursera Progress
Control Coursera progress.
Cos'è Coursera Progress?
Coursera Progress è un'estensione di Chrome sviluppata da herman, e la sua funzione principale è "Control Coursera progress.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Coursera Progress
Scarica i file di estensione Coursera Progress in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Coursera Progress |
ID | ahdbpipoojeoedkjhjmfflbgnlhpheoa |
URL Ufficiale | https://chromewebstore.google.com/detail/coursera-progress/ahdbpipoojeoedkjhjmfflbgnlhpheoa |
Descrizione | Control Coursera progress. |
Dimensione del File | 16.31 KB |
Conteggio Installazioni | 637 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2013-06-02 |
Data di Pubblicazione | 2013-06-02 |
Valutazione | 3.38/5 Totale 8 Valutazioni |
Sviluppatore | herman |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/has207/coursera-progress-chrome-extension |
URL della Pagina di Aiuto | https://github.com/has207/coursera-progress-chrome-extension/issues |
Lingue Supportate | 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" ] } ] } |