Picture-in-Picture Extension by c4r

Picture-in-Picture with shortcuts control.

什麼是Picture-in-Picture Extension by c4r?

Picture-in-Picture Extension by c4r是由c4r開發的Chrome擴展程式,該擴展的主要功能是“Picture-in-Picture with shortcuts control.”。

擴展截圖

screenshot
screenshot
screenshot

下載Picture-in-Picture Extension by c4r擴展crx文件

下載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
官方網址 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
}