Udemy Permanent Progress Bar

Chrome extension that displays a permanent progress bar underneath the video player

Udemy Permanent Progress Barとは何ですか?

Udemy Permanent Progress BarはDInteractiveによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension that displays a permanent progress bar underneath the video player」です。

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

screenshot
screenshot

Udemy Permanent Progress Bar拡張機能のCRXファイルをダウンロード

Udemy Permanent Progress Bar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension adds a tiny unobtrusive permanent progress bar underneath the Udemy course video player. 

If you want to be aware of the remaining time of the current lesson without needing to interact with the video or covering the video contents, this extension adds a tiny progress bar outside of the video area which does not partially hide course contents and is displayed permanently without you needing to constantly hover over the video.                    

拡張機能の基本情報

名前 Udemy Permanent Progress Bar Udemy Permanent Progress Bar
ID gjjeocdbniffbljmfagppoeclllgmoee
公式URL https://chromewebstore.google.com/detail/udemy-permanent-progress/gjjeocdbniffbljmfagppoeclllgmoee
説明 Chrome extension that displays a permanent progress bar underneath the video player
ファイルサイズ 15.45 KB
インストール数 25
現在のバージョン 1.0.1
最終更新日 2023-02-22
公開日 2023-02-22
評価 5.00/5 合計 1 レビュー
開発者 DInteractive
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Udemy Permanent Progress Bar",
    "version": "1.0.1",
    "description": "Chrome extension that displays a permanent progress bar underneath the video player",
    "author": "Diego de Blas Mateo",
    "action": {
        "default_icon": "udemy-permanent-progress-bar-icon-16x16.png"
    },
    "icons": {
        "16": "udemy-permanent-progress-bar-icon-16x16.png",
        "48": "udemy-permanent-progress-bar-icon-48x48.png",
        "128": "udemy-permanent-progress-bar-icon-128x128.png"
    },
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "matches": [
                "https:\/\/www.udemy.com\/course\/*\/learn\/*"
            ]
        }
    ]
}