Google Meet Plus - Meeting Transcripts

This extension helps you to copy your meeting transcripts to the clipboard.

Google Meet Plus - Meeting Transcriptsとは何ですか?

Google Meet Plus - Meeting Transcriptsはhyzhangによって開発されたChromeの拡張機能で、その主な機能は「This extension helps you to copy your meeting transcripts to the clipboard.」です。

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

screenshot

Google Meet Plus - Meeting Transcripts拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Google Meet Plus - Meeting Transcripts is a must-have extension for Google Meet users. This extension allows you to copy your meeting transcripts to the clipboard.

Extension features:
1. Automatically start meeting caption for your meeting
2. Allow you to copy the meeting transcripts to your clipboard, so that you can further paste them to anywhere
3. Warning message if you accidentally turn off the caption 

Update History:
Aug. 3rd 2020: Version 0.94 - Initial Release                    

拡張機能の基本情報

名前 Google Meet Plus - Meeting Transcripts Google Meet Plus - Meeting Transcripts
ID bhdjoenakdncbihdefmdokhkmandglkj
公式URL https://chromewebstore.google.com/detail/google-meet-plus-meeting/bhdjoenakdncbihdefmdokhkmandglkj
説明 This extension helps you to copy your meeting transcripts to the clipboard.
ファイルサイズ 569 KB
インストール数 174
現在のバージョン 0.94.4
最終更新日 2020-08-03
公開日 2020-08-03
評価 1.00/5 合計 1 レビュー
開発者 hyzhang
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Plus - Meeting Transcripts",
    "description": "This extension helps you to copy your meeting transcripts to the clipboard.",
    "version": "0.94.4",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "stenographer.js"
    ],
    "manifest_version": 2
}