Udemy Picture-in-Picture

This is a picture-in-picture extension for use on Udemy

Udemy Picture-in-Picture란 무엇입니까?

Udemy Picture-in-Picture은(는) miyazaki.yuma에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is a picture-in-picture extension for use on Udemy"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Udemy Picture-in-Picture 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This Google extension adds a Picture in Picture button to Udemy's video controls.

Unlike the generic Picture in Picture feature, it automatically switches between videos in Udemy courses and will also skip over assignments and text-only, non-video content and continue video playback only.                    

확장 프로그램 기본 정보

이름 Udemy Picture-in-Picture Udemy Picture-in-Picture
ID ajibjgkclejanlffognhfjojjedflhpp
공식 URL https://chromewebstore.google.com/detail/udemy-picture-in-picture/ajibjgkclejanlffognhfjojjedflhpp
설명 This is a picture-in-picture extension for use on Udemy
파일 크기 16.16 KB
설치 횟수 2,129
현재 버전 1.2
최근 업데이트 2022-12-30
출시 날짜 2022-06-09
평점 4.88/5 총 8 개의 평점
개발자 miyazaki.yuma
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/miyazakiyuma/udemy-picture-in-picture
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.2",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/*.udemy.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.udemy.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}