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 |
官方網址 | 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" ] } ] } |