Udemivity
Udemivity is a tool to help boost your productivity while using Udemy.
什麼是Udemivity?
Udemivity是由ken.khor.03開發的Chrome擴展程式,該擴展的主要功能是“Udemivity is a tool to help boost your productivity while using Udemy.”。
擴展截圖
下載Udemivity擴展crx文件
下載Udemivity擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
What is Udemivity? An app to boost your productivity while using Udemy. Why Udemivity is created? At this time, Udemy did not provide an overview of remaining duration of an incomplete course taken. I reckon it works better for me to have the remaining duration of the course displayed to get myself motivated. Current Features: - Displays the remaining duration of incomplete sections - Displays the total remaining duration of an incomplete course
擴展基本資訊
名稱 | Udemivity |
ID | noiplkjjofobodeodpbiocgcmkldeldl |
官方網址 | https://chromewebstore.google.com/detail/udemivity/noiplkjjofobodeodpbiocgcmkldeldl |
簡介 | Udemivity is a tool to help boost your productivity while using Udemy. |
檔案大小 | 99.62 KB |
安裝次數 | 38 |
目前版本 | 1.0 |
更新時間 | 2021-06-24 |
上架時間 | 2021-06-23 |
評分 | 3.00/5 共 3 次評分 |
開發者 | ken.khor.03 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Udemivity", "description": "Udemivity is a tool to help boost your productivity while using Udemy.", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/coconut16.png", "32": "\/images\/coconut32.png" } }, "icons": { "16": "\/images\/coconut16.png", "32": "\/images\/coconut32.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.udemy.com\/course\/*" ], "run_at": "document_idle", "js": [ "progressScript.js" ] } ] } |