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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
            ]
        }
    ]
}