通义听悟-语音转文字,双语字幕翻译

阿里巴巴免费大模型应用,实时语音识别,AI字幕翻译,智能总结。网课、追剧追番、线上会议必备。Record, transcribe, translate and summarize online courses&meetings from any web page.

Qu'est-ce que 通义听悟-语音转文字,双语字幕翻译 ?

通义听悟-语音转文字,双语字幕翻译 est une extension Chrome développée par https://tingwu.aliyun.com, et sa fonction principale est "阿里巴巴免费大模型应用,实时语音识别,AI字幕翻译,智能总结。网课、追剧追番、线上会议必备。Record, transcribe, translate and summarize online courses&meetings from any web page.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 通义听悟-语音转文字,双语字幕翻译

Téléchargez les fichiers d'extension 通义听悟-语音转文字,双语字幕翻译 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        免费使用,首次登录可得50小时转写时长,每日登录自动领取10小时转写时长。

实时语音识别,音视频转文字,多种字幕形态随心切换,自动区分发言人,提炼全文概要、章节速览、发言总结、待办事项、问答&要点回顾。
文件支持一键导出至本地和阿里云盘。

丰富场景,轻松记录——
● 会议讨论:清晰记录沟通细节,智能总结待办、议程,会议纪要无损传递
● 调研访谈:自动记录会话内容,智能总结问答、摘要,总结整理高效轻松
● 教学培训:双语课程语音翻译,自动提取要点、问答,学习笔记随时回顾
● 视频观看:实时双语翻译字幕,海外剧集随心看,音视频浏览更高效

使用方法:
    1. 在当前页面将通义听悟添加至Chrome
    2. 在扩展程序中打开通义听悟,注册并登录(安装后初次使用需要刷新页面)
    3. 选择转写语言,点击「开启实时记录」
    4. 选择需要记录的Chrome标签页并点击「分享」,即可开始记录
    5. 点击「结束录音」,完成记录
    6. 前往通义听悟网页版(https://tingwu.aliyun.com) 查看转写结果和音频,以及全文概要、章节速览、发言总结等总结内容                    

Informations de Base sur l'Extension

Nom 通义听悟-语音转文字,双语字幕翻译 通义听悟-语音转文字,双语字幕翻译
ID omlgpaciclcjgbligehccipcikleeiea
URL Officiel https://chromewebstore.google.com/detail/%E9%80%9A%E4%B9%89%E5%90%AC%E6%82%9F-%E8%AF%AD%E9%9F%B3%E8%BD%AC%E6%96%87%E5%AD%97%EF%BC%8C%E5%8F%8C%E8%AF%AD%E5%AD%97%E5%B9%95%E7%BF%BB%E8%AF%91/omlgpaciclcjgbligehccipcikleeiea
Description 阿里巴巴免费大模型应用,实时语音识别,AI字幕翻译,智能总结。网课、追剧追番、线上会议必备。Record, transcribe, translate and summarize online courses&meetings from any web page.
Taille du Fichier 15.08 MB
Nombre d'Installations 20,000
Version Actuelle 1.1.9
Dernière Mise à Jour 2024-01-17
Date de Publication 2023-06-15
Évaluation 4.69/5 Total 39 Évaluations
Développeur https://tingwu.aliyun.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tingwu.aliyun.com
URL de la Page d'Aide https://tingwu.aliyun.com/helpcenter/browser-extensions
URL de la Page de Politique de Confidentialité https://tingwu.aliyun.com/helpcenter/privacypolicy
Langues Prises en Charge zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u901a\u4e49\u542c\u609f-\u8bed\u97f3\u8f6c\u6587\u5b57\uff0c\u53cc\u8bed\u5b57\u5e55\u7ffb\u8bd1",
    "description": "\u963f\u91cc\u5df4\u5df4\u514d\u8d39\u5927\u6a21\u578b\u5e94\u7528\uff0c\u5b9e\u65f6\u8bed\u97f3\u8bc6\u522b\uff0cAI\u5b57\u5e55\u7ffb\u8bd1\uff0c\u667a\u80fd\u603b\u7ed3\u3002\u7f51\u8bfe\u3001\u8ffd\u5267\u8ffd\u756a\u3001\u7ebf\u4e0a\u4f1a\u8bae\u5fc5\u5907\u3002Record, transcribe, translate and summarize online courses&meetings from any web page.",
    "version": "1.1.9",
    "action": {
        "default_title": "\u901a\u4e49\u542c\u609f-\u8bed\u97f3\u8f6c\u6587\u5b57\uff0c\u53cc\u8bed\u5b57\u5e55\u7ffb\u8bd1"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "permissions": [
        "activeTab",
        "desktopCapture",
        "storage"
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "opusEncoderWorker.min.js",
                "antd.css",
                "tweantd.css",
                "loginPoint.svg",
                "loginPointTongyi.svg",
                "background.svg",
                "captionButton.svg",
                "captionButtonActive.svg",
                "captionButtonHover.svg",
                "closeLarge.svg",
                "closeHoverLarge.svg",
                "closeActiveLarge.svg",
                "closeSmall.svg",
                "closeHoverSmall.svg",
                "closeActiveSmall.svg",
                "defaultUrl.png",
                "expandButton.svg",
                "expandButtonActive.svg",
                "expandButtonHover.svg",
                "features.svg",
                "folderRadioDefault.svg",
                "folderRadioDisabled.svg",
                "logoLoginPanel.svg",
                "logoStartPanelAli.svg",
                "logoStartPanel.svg",
                "logoStartPanelTongyi.svg",
                "logoSlogan.svg",
                "mainPanelButton.svg",
                "mainPanelButtonHover.svg",
                "marksGuideBlue.svg",
                "marksGuideRed.svg",
                "marksGuideYellow.svg",
                "pauseButton.svg",
                "pauseButtonActive.svg",
                "pauseButtonHover.svg",
                "pauseButtonCaption.svg",
                "pauseButtonHoverCaption.svg",
                "restartButton.svg",
                "restartButtonHover.svg",
                "restartButtonActive.svg",
                "restartButtonCaption.svg",
                "restartButtonHoverCaption.svg",
                "selectArrow.svg",
                "selectArrowHover.svg",
                "selectArrowDisabled.svg",
                "selectOptionCheck.svg",
                "selectOptionCheckCaption.svg",
                "selectRadioActive.svg",
                "selectRadioDefault.svg",
                "selectRadioDisabled.svg",
                "stopButton.svg",
                "stopButtonActive.svg",
                "stopButtonHover.svg",
                "translateArrows.svg",
                "translateArrowsCaption.svg",
                "translateButton.svg",
                "translateButtonHover.svg",
                "translateButtonCaption.svg",
                "translateButtonHoverCaption.svg",
                "translateRadio.svg",
                "translateRadioCaption.svg",
                "translateRadioCheck.svg",
                "translateRadioUncheck.svg",
                "translateSelectActive.svg",
                "translateSelectArrow.svg",
                "translateSelectArrowCaption.svg",
                "warn.svg",
                "warnHover.svg",
                "warnLargeHover.svg",
                "warnRadio.svg",
                "applaudB.png",
                "laughB.png",
                "musicB.png",
                "networkB.png",
                "noiseA.png",
                "noiseC.png",
                "recordingB.png",
                "recordingC.png",
                "stopA.png",
                "stopB.png",
                "stopC.png",
                "tableB.png",
                "musicBg.png",
                "equityNotification.png",
                "logoTongyi.svg",
                "zimu_logo.svg",
                "expandButtonWhite.svg",
                "freeTips.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}