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
扩展基本信息
名称 | |
ID | noiplkjjofobodeodpbiocgcmkldeldl |
官方URL | 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" ] } ] } |