speakIt

This extension will speak up the text which you have selected.

什么是speakIt?

speakIt是由https://akashbijwe.github.io开发的Chrome扩展程序,该扩展的主要功能是“This extension will speak up the text which you have selected.”。

扩展截图

screenshot

下载speakIt扩展crx文件

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

扩展使用说明

                        speakIt powers to read the text on your screen aloud & it can be used in any webpage.
To use SpeakIt select any text and the right click on the selected text & click on Speak.

Supported Languages: English (Australia), English (India), English (United Kingdom), English (United States)                    

扩展基本信息

名称 speakIt speakIt
ID kolhkkbkekanfnkhbmahmeemhlcknilk
官方URL https://chrome.google.com/webstore/detail/speakit/kolhkkbkekanfnkhbmahmeemhlcknilk
简介 This extension will speak up the text which you have selected.
文件大小 12.58 KB
安装次数 3,186
当前版本 1.1
更新时间 2019-03-04
上架时间 2019-03-04
评分 2.67/5 共6次评分
开发者 https://akashbijwe.github.io
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "speakIt",
    "version": "1.1",
    "description": "This extension will speak up the text which you have selected.",
    "icons": {
        "16": "icon16.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tts",
        "contextMenus"
    ]
}