Picture in Picture
Picture-in-Picture extension for the Chrome browser.
Picture in Picture là gì?
Picture in Picture là một tiện ích mở rộng Chrome được phát triển bởi Juwan Petty, và tính năng chính của nó là "Picture-in-Picture extension for the Chrome browser.".
Ả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 Picture in Picture
Tải xuống các tệp mở rộng 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
Picture-in-Picture allows web pages to play a video in a little window that stays on top of other windows. This feature is valuable for users that want to continue watching their videos while doing something else.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Picture in Picture |
ID | meboopjblcjkdmpehioplkgcbopipjmg |
URL Chính Thức | https://chromewebstore.google.com/detail/picture-in-picture/meboopjblcjkdmpehioplkgcbopipjmg |
Mô tả | Picture-in-Picture extension for the Chrome browser. |
Kích Thước Tệp | 7.63 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2019-02-27 |
Ngày Phát Hành | 2019-02-27 |
Đánh Giá | 3.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Juwan Petty |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Picture in Picture", "description": "Picture-in-Picture extension for the Chrome browser.", "version": "0.2", "author": "Juwan Petty", "browser_action": { "default_icon": { "16": ".\/icons\/icon-16.png", "32": ".\/icons\/icon-32.png" } }, "icons": { "16": ".\/icons\/icon-16.png", "32": ".\/icons\/icon-32.png", "48": ".\/icons\/icon-48.png", "96": ".\/icons\/icon-96.png", "128": ".\/icons\/icon-128.png", "256": ".\/icons\/icon-256.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ] } |