Selected text to speech

With this extension, you can speech to the selected text.

什么是Selected text to speech?

Selected text to speech是由https://funfuni.com开发的Chrome扩展程序,该扩展的主要功能是“With this extension, you can speech to the selected text.”。

扩展截图

screenshot

下载Selected text to speech扩展crx文件

下载Selected text to speech扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        With this extension, you can speech to the selected text. In sentences you have difficulty in pronunciation, you can speech to the selected text.                    

扩展基本信息

名称 Selected text to speech Selected text to speech
ID apcoiakmgopgbglbpfhaibglboldbaep
官方URL https://chromewebstore.google.com/detail/selected-text-to-speech/apcoiakmgopgbglbpfhaibglboldbaep
简介 With this extension, you can speech to the selected text.
文件大小 15.43 KB
安装次数 52
当前版本 1.0
更新时间 2022-01-27
上架时间 2022-01-27
评分 5.00/5 共4次评分
开发者 https://funfuni.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.funfuni.com/
帮助页面URL https://funfuni.com/contact-us/
隐私政策页面URL https://www.funfuni.com/privacy-policy
支持的语言 en
manifest.json
{
    "author": "Funfuni.com",
    "name": "Selected text to speech",
    "description": "With this extension, you can speech to the selected text.",
    "manifest_version": 3,
    "version": "1.0",
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}