Coursera Progress

Control Coursera progress.

Coursera Progress là gì?

Coursera Progress là một tiện ích mở rộng Chrome được phát triển bởi herman, và tính năng chính của nó là "Control Coursera progress.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Coursera Progress

Tải xuống các tệp mở rộng Coursera Progress dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Coursera Progress Coursera Progress
ID ahdbpipoojeoedkjhjmfflbgnlhpheoa
URL Chính Thức https://chromewebstore.google.com/detail/coursera-progress/ahdbpipoojeoedkjhjmfflbgnlhpheoa
Mô tả Control Coursera progress.
Kích Thước Tệp 16.31 KB
Số Lần Cài Đặt 637
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2013-06-02
Ngày Phát Hành 2013-06-02
Đánh Giá 3.38/5 Tổng số 8 Đánh Giá
Nhà Phát Triển herman
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/has207/coursera-progress-chrome-extension
URL Trang Trợ Giúp https://github.com/has207/coursera-progress-chrome-extension/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}