SpeakIt

Speak the selected text

什么是SpeakIt?

SpeakIt是由odlyzko953开发的Chrome扩展程序,该扩展的主要功能是“Speak the selected text”。

扩展截图

screenshot

下载SpeakIt扩展crx文件

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

扩展使用说明

                        Made with Love For You, SpeakIt is an easy-to-use, Instant Text to Speech Converter tool. 

How To Use? 
Install-Select-SpeakIt
(Just Install the extension on Chrome, Select the text you want to speak and click on "SpeakIt" icon)

The extension is changing the new tab                    

扩展基本信息

名称 SpeakIt SpeakIt
ID ogcmdndkjibojdigkjpccjiekcdfdhlb
官方URL https://chrome.google.com/webstore/detail/speakit/ogcmdndkjibojdigkjpccjiekcdfdhlb
简介 Speak the selected text
文件大小 14.9 KB
安装次数 15,293
当前版本 1.6
更新时间 2019-12-11
上架时间 2019-12-11
评分 2.83/5 共54次评分
开发者 odlyzko953
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/odlyzko953/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "eventPage.js"
        ]
    },
    "description": "Speak the selected text",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "SpeakIt",
    "permissions": [
        "tts",
        "contextMenus"
    ],
    "version": "1.6",
    "chrome_url_overrides": {
        "newtab": "nt.html"
    }
}