Picture-in-Picture Extension by c4r

Picture-in-Picture with shortcuts control.

Picture-in-Picture Extension by c4rคืออะไร?

Picture-in-Picture Extension by c4r เป็นส่วนขยายของ Chrome ที่พัฒนาโดย c4r และคุณลักษณะหลักของมันคือ "Picture-in-Picture with shortcuts control."

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

screenshot
screenshot
screenshot

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

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

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

                        The extension allows video to hover on the desktop as a small window, and can be automatically loaded after the video changes.
The play progress can be easily adjusted with the global shortcut key.
Please refer to github page for detail on setting global shortcut https://github.com/c4rO-0/chromeExtPIP .                    

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

ชื่อ Picture-in-Picture Extension by c4r Picture-in-Picture Extension by c4r
ID banggcaohiaanmdkalekjcffjonamlkj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/picture-in-picture-extens/banggcaohiaanmdkalekjcffjonamlkj
คำอธิบาย Picture-in-Picture with shortcuts control.
ขนาดไฟล์ 13.94 KB
จำนวนการติดตั้ง 10,389
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2021-02-01
วันที่เผยแพร่ 2020-03-27
คะแนน 4.69/5 รวมทั้งหมด 32 คะแนน
ผู้พัฒนา c4r
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/c4rO-0/chromeExtPIP
URL หน้าช่วยเหลือ https://github.com/c4rO-0/chromeExtPIP/issues
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "zh_CN",
    "version": "0.4",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        }
    },
    "commands": {
        "backward": {
            "description": "__MSG_backward__",
            "suggested_key": {
                "windows": "Ctrl+Left",
                "mac": "Command+Left",
                "chromeos": "Ctrl+Left",
                "linux": "Ctrl+Left"
            }
        },
        "forward": {
            "description": "__MSG_forward__",
            "suggested_key": {
                "windows": "Ctrl+Right",
                "mac": "Command+Right",
                "chromeos": "Ctrl+Right",
                "linux": "Ctrl+Right"
            }
        },
        "volumeUp": {
            "description": "__MSG_volumeUp__"
        },
        "volumeDown": {
            "description": "__MSG_volumeDown__"
        },
        "exit": {
            "description": "__MSG_exit__"
        },
        "reopen": {
            "description": "__MSG_reopen__"
        },
        "play": {
            "description": "__MSG_playPause__",
            "suggested_key": {
                "windows": "Ctrl+Space",
                "mac": "Command+Space",
                "chromeos": "Ctrl+Space",
                "linux": "Ctrl+Space"
            }
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "",
        "storage"
    ],
    "minimum_chrome_version": "69.0.3483.0",
    "manifest_version": 2
}