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
官方網址 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
電子郵箱 [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\/*"
            ]
        }
    ]
}