Speak it out!

Get voice output of selected text in a web page.

什么是Speak it out!?

Speak it out!是由Gilbish Kosma开发的Chrome扩展程序,该扩展的主要功能是“Get voice output of selected text in a web page.”。

扩展截图

screenshot

下载Speak it out!扩展crx文件

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

扩展使用说明

                        A chrome extension to play voice of selected text from the current tab.                    

扩展基本信息

名称 Speak it out! Speak it out!
ID incioejkedmnflnacbbncfbjeiedoepo
官方URL https://chromewebstore.google.com/detail/speak-it-out/incioejkedmnflnacbbncfbjeiedoepo
简介 Get voice output of selected text in a web page.
文件大小 5.59 KB
安装次数 34
当前版本 0.0.3
更新时间 2021-10-10
上架时间 2021-10-10
开发者 Gilbish Kosma
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speak it out!",
    "description": "Get voice output of selected text in a web page.",
    "version": "0.0.3",
    "author": "Satyam Lachhwani ",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": "sound.png"
    },
    "icons": {
        "32": "sound.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}