Select Speech

Selected text to speech.

什么是Select Speech?

Select Speech是由Takuya Ono开发的Chrome扩展程序,该扩展的主要功能是“Selected text to speech.”。

扩展截图

screenshot
screenshot

下载Select Speech扩展crx文件

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

扩展使用说明

                        Text to speech by selecting text and right-click context menu on the browser.
It use HTML5 Speech API technology.

You can change "Language", "Pitch" and "Rate" by setting option screen. 

What's new: 
1.1 Changeable the language, pitch, and rate in the options screen.                    

扩展基本信息

名称 Select Speech Select Speech
ID kplpkblhnjbfhfdhgccgiagoieiaanke
官方URL https://chromewebstore.google.com/detail/select-speech/kplpkblhnjbfhfdhgccgiagoieiaanke
简介 Selected text to speech.
文件大小 31 KB
安装次数 127
当前版本 1.4.2022.4260
更新时间 2022-04-29
上架时间 2019-08-14
评分 2.00/5 共1次评分
开发者 Takuya Ono
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/e/2PACX-1vRM2SXohzY6shEZFFXmguJAJqWf-7LUyrMJHIkA5-eNyj34oAcQfiaxvEbCH8i4Bc1QabBw3f3X9zmM/pub
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "SelectSpeech.js"
    },
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "16": "SSlogo16.png",
        "19": "SSlogo19.png",
        "32": "SSlogo32.png",
        "38": "SSlogo38.png",
        "48": "SSlogo48.png",
        "128": "SSlogo128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "__MSG_SS_name__",
    "description": "__MSG_SS_description__",
    "short_name": "__MSG_SS_short_name__",
    "author": "Takuya Ono ",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "default_locale": "ja",
    "version": "1.4.2022.4260"
}