Coursera Progress

Control Coursera progress.

什么是Coursera Progress?

Coursera Progress是由herman开发的Chrome扩展程序,该扩展的主要功能是“Control Coursera progress.”。

扩展截图

screenshot

下载Coursera Progress扩展crx文件

下载Coursera Progress扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Coursera Progress Coursera Progress
ID ahdbpipoojeoedkjhjmfflbgnlhpheoa
官方URL https://chromewebstore.google.com/detail/coursera-progress/ahdbpipoojeoedkjhjmfflbgnlhpheoa
简介 Control Coursera progress.
文件大小 16.31 KB
安装次数 637
当前版本 1.2
更新时间 2013-06-02
上架时间 2013-06-02
评分 3.38/5 共8次评分
开发者 herman
付费类型 free
扩展官网 https://github.com/has207/coursera-progress-chrome-extension
帮助页面URL https://github.com/has207/coursera-progress-chrome-extension/issues
支持的语言 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"
            ]
        }
    ]
}