Fix Meet

Functional and styling improvements to Google Meet.

Fix Meetとは何ですか?

Fix MeetはAndy Brarenによって開発されたChromeの拡張機能で、その主な機能は「Functional and styling improvements to Google Meet.」です。

拡張機能のスクリーンショット

screenshot

Fix Meet拡張機能のCRXファイルをダウンロード

Fix Meet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension improves the experience of using Google Meet by:

- Making the footer's controls always visible and translucent
- Adding push-to-talk and mic toggle functionality via the spacebar                    

拡張機能の基本情報

名前 Fix Meet Fix Meet
ID bijmnmmogdkbljbabmjaakneldgndljp
公式URL https://chromewebstore.google.com/detail/fix-meet/bijmnmmogdkbljbabmjaakneldgndljp
説明 Functional and styling improvements to Google Meet.
ファイルサイズ 5.03 KB
インストール数 46
現在のバージョン 1.4
最終更新日 2021-02-06
公開日 2021-02-05
評価 5.00/5 合計 7 レビュー
開発者 Andy Braren
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://andybraren.com/tools/google-meet-fixer.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fix Meet",
    "description": "Functional and styling improvements to Google Meet.",
    "version": "1.4",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "script.js"
    }
}