Coursera Progress

Control Coursera progress.

Hvad er Coursera Progress?

Coursera Progress er en Chrome-udvidelse udviklet af herman, og dens hovedfunktion er "Control Coursera progress.".

Udvidelsesskærmbilleder

screenshot

Download Coursera Progress-udvidelses-CRX-fil

Download Coursera Progress-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Coursera Progress Coursera Progress
ID ahdbpipoojeoedkjhjmfflbgnlhpheoa
Officiel URL https://chromewebstore.google.com/detail/coursera-progress/ahdbpipoojeoedkjhjmfflbgnlhpheoa
Beskrivelse Control Coursera progress.
Filstørrelse 16.31 KB
Antal Installationer 637
Nuværende Version 1.2
Senest Opdateret 2013-06-02
Udgivelsesdato 2013-06-02
Bedømmelse 3.38/5 Samlet 8 Bedømmelser
Udvikler herman
Betalingsmetode free
Udvidelseswebsted https://github.com/has207/coursera-progress-chrome-extension
Hjælpeside-URL https://github.com/has207/coursera-progress-chrome-extension/issues
Understøttede Sprog 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"
            ]
        }
    ]
}