Selected text to speech

With this extension, you can speech to the selected text.

What is Selected text to speech?

Selected text to speech is a Chrome extension developed by https://funfuni.com, and its main feature is "With this extension, you can speech to the selected text.".

Extension Screenshots

screenshot

Download Selected text to speech Extension CRX File

Download Selected text to 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

                        With this extension, you can speech to the selected text. In sentences you have difficulty in pronunciation, you can speech to the selected text.                    

Extension Basic Information

Name Selected text to speech Selected text to speech
ID apcoiakmgopgbglbpfhaibglboldbaep
Official URL https://chromewebstore.google.com/detail/selected-text-to-speech/apcoiakmgopgbglbpfhaibglboldbaep
Description With this extension, you can speech to the selected text.
File Size 15.43 KB
Installation Count 52
Current Version 1.0
Last Updated 2022-01-27
Publish Date 2022-01-27
Rating 5.00/5 Total 4 Ratings
Developer https://funfuni.com
Email [email protected]
Payment Type free
Extension Website https://www.funfuni.com/
Help Page URL https://funfuni.com/contact-us/
Privacy Policy Page URL https://www.funfuni.com/privacy-policy
Supported Languages en
manifest.json
{
    "author": "Funfuni.com",
    "name": "Selected text to speech",
    "description": "With this extension, you can speech to the selected text.",
    "manifest_version": 3,
    "version": "1.0",
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}