Select Speech

Selected text to speech.

What is Select Speech?

Select Speech is a Chrome extension developed by Takuya Ono, and its main feature is "Selected text to speech.".

Extension Screenshots

screenshot
screenshot

Download Select Speech Extension CRX File

Download Select Speech extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Select Speech Select Speech
ID kplpkblhnjbfhfdhgccgiagoieiaanke
Official URL https://chromewebstore.google.com/detail/select-speech/kplpkblhnjbfhfdhgccgiagoieiaanke
Description Selected text to speech.
File Size 31 KB
Installation Count 127
Current Version 1.4.2022.4260
Last Updated 2022-04-29
Publish Date 2019-08-14
Rating 2.00/5 Total 1 Ratings
Developer Takuya Ono
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/e/2PACX-1vRM2SXohzY6shEZFFXmguJAJqWf-7LUyrMJHIkA5-eNyj34oAcQfiaxvEbCH8i4Bc1QabBw3f3X9zmM/pub
Supported Languages 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"
}