Picture-in-Picture any site

Picture-in-Picture any site even non video

Picture-in-Picture any siteคืออะไร?

Picture-in-Picture any site เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mtsmfm และคุณลักษณะหลักของมันคือ "Picture-in-Picture any site even non video"

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

screenshot
screenshot

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

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

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

                        This extension allows you to open any site as Picture-in-Picture mode via chrome.tabCapture API                    

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

ชื่อ Picture-in-Picture any site Picture-in-Picture any site
ID fgopnhbjlphjjcfbapfcbakjekpffkff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/picture-in-picture-any-si/fgopnhbjlphjjcfbapfcbakjekpffkff
คำอธิบาย Picture-in-Picture any site even non video
ขนาดไฟล์ 10.63 KB
จำนวนการติดตั้ง 5,011
เวอร์ชันปัจจุบัน 0.5.0
อัปเดตครั้งล่าสุด 2023-08-13
วันที่เผยแพร่ 2020-05-22
คะแนน 4.93/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา mtsmfm
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mtsmfm/pip-any-site
URL หน้าช่วยเหลือ https://github.com/mtsmfm/pip-any-site/issues/new
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture-in-Picture any site",
    "description": "Picture-in-Picture any site even non video",
    "version": "0.5.0",
    "icons": {
        "16": "icon16.93b7b11a.png",
        "128": "icon128.fe2574d5.png"
    },
    "permissions": [
        "tabCapture"
    ],
    "background": {
        "scripts": [
            "background.dbbb8dc0.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.93b7b11a.png",
            "24": "icon24.c0440d26.png",
            "32": "icon32.97157050.png"
        }
    },
    "manifest_version": 2
}