Coursera Progress

Control Coursera progress.

What is Coursera Progress?

Coursera Progress is a Chrome extension developed by herman, and its main feature is "Control Coursera progress.".

Extension Screenshots

screenshot

Download Coursera Progress Extension CRX File

Download Coursera Progress extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Coursera Progress Coursera Progress
ID ahdbpipoojeoedkjhjmfflbgnlhpheoa
Official URL https://chromewebstore.google.com/detail/coursera-progress/ahdbpipoojeoedkjhjmfflbgnlhpheoa
Description Control Coursera progress.
File Size 16.31 KB
Installation Count 637
Current Version 1.2
Last Updated 2013-06-02
Publish Date 2013-06-02
Rating 3.38/5 Total 8 Ratings
Developer herman
Payment Type free
Extension Website https://github.com/has207/coursera-progress-chrome-extension
Help Page URL https://github.com/has207/coursera-progress-chrome-extension/issues
Supported Languages 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"
            ]
        }
    ]
}