PiPControl - Picture-in-Picture Control

Overlay video where ever you're working. Pipcontrol.com

PiPControl - Picture-in-Picture Control là gì?

PiPControl - Picture-in-Picture Control là một tiện ích mở rộng Chrome được phát triển bởi https://pipcontrol.com, và tính năng chính của nó là "Overlay video where ever you're working. Pipcontrol.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PiPControl - Picture-in-Picture Control

Tải xuống các tệp mở rộng PiPControl - Picture-in-Picture Control 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

                        PipControl allows you to watch videos in a floating window that is always ontop so you can keep an eye on what you want while interacting with websites or applications.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PiPControl - Picture-in-Picture Control PiPControl - Picture-in-Picture Control
ID cplpgnoppkbccmlenoljnonjnepkcied
URL Chính Thức https://chromewebstore.google.com/detail/pipcontrol-picture-in-pic/cplpgnoppkbccmlenoljnonjnepkcied
Mô tả Overlay video where ever you're working. Pipcontrol.com
Kích Thước Tệp 11 KB
Số Lần Cài Đặt 3,348
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2019-02-14
Ngày Phát Hành 2019-02-09
Đánh Giá 4.80/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://pipcontrol.com
Loại Thanh Toán free
Trang Web Mở Rộng http://pipcontrol.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PiPControl - Picture-in-Picture Control",
    "description": "Overlay video where ever you're working. Pipcontrol.com",
    "version": "3.0",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+P",
                "mac": "Alt+P",
                "chromeos": "Alt+P",
                "linux": "Alt+P"
            }
        }
    },
    "permissions": [
        ""
    ],
    "minimum_chrome_version": "69.0.3483.0",
    "manifest_version": 2
}