Video picture in picture

Video picture in picture

什麼是Video picture in picture?

Video picture in picture是由Oscar de Dios開發的Chrome擴展程式,該擴展的主要功能是“Video picture in picture”。

擴展截圖

screenshot

下載Video picture in picture擴展crx文件

下載Video picture in picture擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Chrome extension to open the video of the active page to picture in picture mode.
It will open a litle window "always on top", it will be possible to use the computer in other windows while you watch the video with 
the video always visible.

The code is in: https://github.com/OscarDeDios/pictureInPictureExtension

The extension uses the new picture in picture API: https://wicg.github.io/picture-in-picture/                    

擴展基本資訊

名稱 Video picture in picture Video picture in picture
ID bfncjmnhlgddppdmogacohjjieiahelp
官方網址 https://chromewebstore.google.com/detail/video-picture-in-picture/bfncjmnhlgddppdmogacohjjieiahelp
簡介 Video picture in picture
檔案大小 5.87 KB
安裝次數 578
目前版本 1.1
更新時間 2019-03-21
上架時間 2019-03-16
評分 5.00/5 共 1 次評分
開發者 Oscar de Dios
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.noteboardapp.com/policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video picture in picture",
    "manifest_version": 2,
    "version": "1.1",
    "short_name": "Video picture in picture",
    "icons": {
        "48": "img\/pipVideo.png",
        "128": "img\/pipVideo128.png"
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "img\/pipVideo.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "description": "Video picture in picture",
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}