Text to voice

Convert text to voice to Read any page easily.

什麼是Text to voice?

Text to voice是由https://quiestmohamed.org開發的Chrome擴展程式,該擴展的主要功能是“Convert text to voice to Read any page easily.”。

擴展截圖

screenshot

下載Text to voice擴展crx文件

下載Text to voice擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Read aloud the current web-page article with one click, using text to speech coverter, in many languages.

Text to voice uses text-to-speech (TTS) technology to convert webpage text to audio.  It works on a variety of websites, including news sites, blogs, fan fiction, publications, textbooks, school and class websites, and online university course materials.

How to use Text to voice:

Copy text and past it inside "text to voice" extension; or select text. you'll see read button in contextmenus and click there.

It's easy, fast and useful.                    

擴展基本資訊

名稱 Text to voice Text to voice
ID lemljnlginjkpamjocdkjbaadgipdmpg
官方網址 https://chromewebstore.google.com/detail/text-to-voice/lemljnlginjkpamjocdkjbaadgipdmpg
簡介 Convert text to voice to Read any page easily.
檔案大小 488 KB
安裝次數 61
目前版本 1.2.2
更新時間 2021-10-20
上架時間 2021-10-20
開發者 https://quiestmohamed.org
電子郵箱 [email protected]
付費類型 free
擴展官網 https://quiestmohamed.org
說明頁面URL https://quiestmohamed.org
隱私政策頁面URL https://maaloma.tech/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text to voice",
    "version": "1.2.2",
    "description": "Convert text to voice to Read any page easily.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        },
        "default_title": "text to voice converter",
        "default_popup": "the-speech.html"
    },
    "background": {
        "scripts": [
            "js\/the-background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}