Coursera Progress

Control Coursera progress.

Coursera Progress란 무엇입니까?

Coursera Progress은(는) herman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control Coursera progress."입니다.

확장 프로그램 스크린샷

screenshot

Coursera Progress 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}