Picture in Picture

Picture in picture

Picture in Pictureคืออะไร?

Picture in Picture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MichaelSanchez และคุณลักษณะหลักของมันคือ "Picture in picture"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Picture in Picture

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

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

                        Picture in picture                    

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

ชื่อ Picture in Picture Picture in Picture
ID gojanolgcdcaclpmclppnoppbfddnmoh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/picture-in-picture/gojanolgcdcaclpmclppnoppbfddnmoh
คำอธิบาย Picture in picture
ขนาดไฟล์ 568 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2019-04-04
วันที่เผยแพร่ 2019-04-04
ผู้พัฒนา MichaelSanchez
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture",
    "version": "1.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "16": "Icon-Small.png",
        "48": "[email protected]",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}