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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 Udemivity
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
Eメール [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"
            ]
        }
    ]
}