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」です。
拡張機能のスクリーンショット
Udemy Picture-in-Picture拡張機能のCRXファイルをダウンロード
Udemy Picture-in-Picture拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" ] } ] } |