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 |
电子邮箱 | [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" ] } ] } |