雅婷逐字稿: 即時字幕,會議紀錄
讓你在 Google 簡報與 Google 視訊會議時使用雅婷逐字稿,打上字幕,並於結束後得到完整的紀錄
雅婷逐字稿: 即時字幕,會議紀錄とは何ですか?
雅婷逐字稿: 即時字幕,會議紀錄はTaiwan AI Labsによって開発されたChromeの拡張機能で、その主な機能は「讓你在 Google 簡報與 Google 視訊會議時使用雅婷逐字稿,打上字幕,並於結束後得到完整的紀錄」です。
拡張機能のスクリーンショット
雅婷逐字稿: 即時字幕,會議紀錄拡張機能のCRXファイルをダウンロード
雅婷逐字稿: 即時字幕,會議紀錄拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        雅婷逐字稿 (https://asr.yating.tw/) 是專門為台灣口音優化的語音轉文字服務,這個套件可以讓你在使用 Google 簡報與 Google 視訊會議時打上字幕,而且在結束後,可以至雅婷逐字稿觀看完整的記錄。                     拡張機能の基本情報
| 名前 |   |  
| ID | jmmhllpicjmeoohojhilgekmaibkdeop | 
| 公式URL | https://chromewebstore.google.com/detail/%E9%9B%85%E5%A9%B7%E9%80%90%E5%AD%97%E7%A8%BF-%E5%8D%B3%E6%99%82%E5%AD%97%E5%B9%95%EF%BC%8C%E6%9C%83%E8%AD%B0%E7%B4%80%E9%8C%84/jmmhllpicjmeoohojhilgekmaibkdeop | 
| 説明 | 讓你在 Google 簡報與 Google 視訊會議時使用雅婷逐字稿,打上字幕,並於結束後得到完整的紀錄 | 
| ファイルサイズ | 98.02 KB | 
| インストール数 | 7,000 | 
| 現在のバージョン | 1.0.10 | 
| 最終更新日 | 2022-03-18 | 
| 公開日 | 2020-06-03 | 
| 評価 | 4.83/5 合計 6 レビュー | 
| 開発者 | Taiwan AI Labs | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://asr.yating.tw/ | 
| ヘルプページのURL | https://asr.yating.tw/faq | 
| 対応言語 | zh-TW | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u96c5\u5a77\u9010\u5b57\u7a3f: \u5373\u6642\u5b57\u5e55\uff0c\u6703\u8b70\u7d00\u9304",
    "description": "\u8b93\u4f60\u5728 Google \u7c21\u5831\u8207 Google \u8996\u8a0a\u6703\u8b70\u6642\u4f7f\u7528\u96c5\u5a77\u9010\u5b57\u7a3f\uff0c\u6253\u4e0a\u5b57\u5e55\uff0c\u4e26\u65bc\u7d50\u675f\u5f8c\u5f97\u5230\u5b8c\u6574\u7684\u7d00\u9304",
    "version": "1.0.10",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/cdn.amplitude.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/meet.google.com\/",
                "https:\/\/meet.google.com\/?*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script_meet.js"
            ],
            "css": [
                "google_meet.css"
            ]
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/presentation\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script_presentation.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/tracking.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "icon.png",
        "icon_normal.png",
        "icon_pressed.png",
        "icon_hover.png",
        "button-meet.png",
        "icon-dropdown.svg",
        "iframe.html"
    ],
    "permissions": [
        "cookies",
        "https:\/\/asr.yating.tw\/"
    ]
}  |  |