Speak

Intuitive, fast TTS Speaker

什么是Speak?

Speak是由https://wis.am开发的Chrome扩展程序,该扩展的主要功能是“Intuitive, fast TTS Speaker”。

扩展截图

screenshot

下载Speak扩展crx文件

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

扩展使用说明

                        The simplest and most Intuitive, Text-to-Speech speaker.

Open source: https://github.com/wis/speak/                    

扩展基本信息

名称 Speak Speak
ID nihmfkglncnpheihhidaanekobbdhbck
官方URL https://chromewebstore.google.com/detail/speak/nihmfkglncnpheihhidaanekobbdhbck
简介 Intuitive, fast TTS Speaker
文件大小 57.75 KB
安装次数 2,000
当前版本 0.0.2
更新时间 2019-05-02
上架时间 2019-05-02
评分 3.67/5 共55次评分
开发者 https://wis.am
电子邮箱 [email protected]
付费类型 free
扩展官网 https://wis.am/projects/speak
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/cscript.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "permissions": [
        "background",
        "tabs",
        "tts",
        "contextMenus"
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/icon-19.png",
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "GC-Speak",
        "default_popup": "popup.html"
    },
    "commands": {
        "toggle-tts": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z"
            },
            "description": "Start or Stop Speaking"
        }
    }
}