PiP (Picture in Picture)

Use picture-in-picture on any site.

PiP (Picture in Picture)คืออะไร?

PiP (Picture in Picture) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stefan และคุณลักษณะหลักของมันคือ "Use picture-in-picture on any site."

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

screenshot

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

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

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

                        Use picture-in-picture on any site.                    

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

ชื่อ PiP (Picture in Picture) PiP (Picture in Picture)
ID bhelklnnfpjkbmogibhibinnmbffinee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pip-picture-in-picture/bhelklnnfpjkbmogibhibinnmbffinee
คำอธิบาย Use picture-in-picture on any site.
ขนาดไฟล์ 6.83 KB
จำนวนการติดตั้ง 372
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-09-01
วันที่เผยแพร่ 2020-08-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา stefan
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PiP (Picture in Picture)",
    "version": "1.0",
    "description": "Use picture-in-picture on any site.",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "code.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "icons": {
        "16": "images\/logo-16-black.png",
        "48": "images\/logo-48-black.png",
        "128": "images\/logo-128-black.png"
    },
    "offline_enabled": true
}