Google meet fullscreen
Allows to make screen presentation and camera fullscreen
Google meet fullscreenとは何ですか?
Google meet fullscreenはdamian.rachelによって開発されたChromeの拡張機能で、その主な機能は「Allows to make screen presentation and camera fullscreen」です。
拡張機能のスクリーンショット
Google meet fullscreen拡張機能のCRXファイルをダウンロード
Google meet fullscreen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will allow you to open screen sharing in fullscreen 拡張機能の基本情報
| 名前 | |
| ID | bankihmomoalkanhbblfgbclhalkndmb |
| 公式URL | https://chromewebstore.google.com/detail/google-meet-fullscreen/bankihmomoalkanhbblfgbclhalkndmb |
| 説明 | Allows to make screen presentation and camera fullscreen |
| ファイルサイズ | 12.21 KB |
| インストール数 | 877 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2023-01-11 |
| 公開日 | 2023-01-11 |
| 評価 | 3.00/5 合計 4 レビュー |
| 開発者 | damian.rachel |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Google meet fullscreen",
"version": "1.0.0",
"manifest_version": 3,
"description": "Allows to make screen presentation and camera fullscreen",
"content_scripts": [
{
"matches": [
"https:\/\/meet.google.com\/*"
],
"js": [
"meetFullscreen.js"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |