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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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": [ " |