Udemy Permanent Progress Bar

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

Udemy Permanent Progress Bar là gì?

Udemy Permanent Progress Bar là một tiện ích mở rộng Chrome được phát triển bởi DInteractive, và tính năng chính của nó là "Chrome extension that displays a permanent progress bar underneath the video player".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Udemy Permanent Progress Bar

Tải xuống các tệp mở rộng Udemy Permanent Progress Bar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Udemy Permanent Progress Bar Udemy Permanent Progress Bar
ID gjjeocdbniffbljmfagppoeclllgmoee
URL Chính Thức https://chromewebstore.google.com/detail/udemy-permanent-progress/gjjeocdbniffbljmfagppoeclllgmoee
Mô tả Chrome extension that displays a permanent progress bar underneath the video player
Kích Thước Tệp 15.45 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-02-22
Ngày Phát Hành 2023-02-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển DInteractive
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}