Coursera Progress
Control Coursera progress.
Coursera Progressとは何ですか?
Coursera Progressはhermanによって開発されたChromeの拡張機能で、その主な機能は「Control Coursera progress.」です。
拡張機能のスクリーンショット
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 |
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" ] } ] } |