Picture-in-Picture Extension (by Google)

Watch video using Picture-in-Picture

Picture-in-Picture Extension (by Google)คืออะไร?

Picture-in-Picture Extension (by Google) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://google.com และคุณลักษณะหลักของมันคือ "Watch video using Picture-in-Picture"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Picture-in-Picture Extension (by Google)

ดาวน์โหลดไฟล์ส่วนขยาย Picture-in-Picture Extension (by Google) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Picture-in-Picture (PiP) allows you to watch videos in a floating window (always on top of other windows) so you can keep an eye on what you’re watching while interacting with other sites, or applications.

Keyboard shortcut: Alt + P (⌥ + P on macOS)

Source code: https://github.com/GoogleChromeLabs/picture-in-picture-chrome-extension

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Picture-in-Picture Extension (by Google) Picture-in-Picture Extension (by Google)
ID hkgfoiooedgoejojocmhlaklaeopbecg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/picture-in-picture-extens/hkgfoiooedgoejojocmhlaklaeopbecg
คำอธิบาย Watch video using Picture-in-Picture
ขนาดไฟล์ 25.6 KB
จำนวนการติดตั้ง 3,079,162
เวอร์ชันปัจจุบัน 1.11
อัปเดตครั้งล่าสุด 2022-09-15
วันที่เผยแพร่ 2020-03-31
คะแนน 3.98/5 รวมทั้งหมด 1884 คะแนน
ผู้พัฒนา https://google.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/GoogleChromeLabs/picture-in-picture-chrome-extension
URL หน้าช่วยเหลือ https://github.com/GoogleChromeLabs/picture-in-picture-chrome-extension
URL หน้านโยบายความเป็นส่วนตัว https://www.google.com/intl/en/policies
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture-in-Picture Extension (by Google)",
    "description": "Watch video using Picture-in-Picture",
    "version": "1.11",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+P",
                "mac": "Alt+P",
                "chromeos": "Alt+P",
                "linux": "Alt+P"
            }
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "manifest_version": 3
}