Udemy Picture-in-Picture
This is a picture-in-picture extension for use on Udemy
Udemy Picture-in-Picture là gì?
Udemy Picture-in-Picture là một tiện ích mở rộng Chrome được phát triển bởi miyazaki.yuma, và tính năng chính của nó là "This is a picture-in-picture extension for use on Udemy".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Udemy Picture-in-Picture
Tải xuống các tệp mở rộng Udemy Picture-in-Picture 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 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Udemy Picture-in-Picture |
ID | ajibjgkclejanlffognhfjojjedflhpp |
URL Chính Thức | https://chromewebstore.google.com/detail/udemy-picture-in-picture/ajibjgkclejanlffognhfjojjedflhpp |
Mô tả | This is a picture-in-picture extension for use on Udemy |
Kích Thước Tệp | 16.16 KB |
Số Lần Cài Đặt | 2,129 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2022-12-30 |
Ngày Phát Hành | 2022-06-09 |
Đánh Giá | 4.88/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | miyazaki.yuma |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/miyazakiyuma/udemy-picture-in-picture |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |