text reader: Convert text to voice easily

Convert text to voice and Read any page out loud easily, with different languages.

什麼是text reader: Convert text to voice easily?

text reader: Convert text to voice easily是由https://seo-arabic.com開發的Chrome擴展程式,該擴展的主要功能是“Convert text to voice and Read any page out loud easily, with different languages.”。

擴展截圖

screenshot
screenshot

下載text reader: Convert text to voice easily擴展crx文件

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

擴展使用說明

                        text-to-speech, many languages

It's normal to be tired when you reading long articles. but this tool is created to make you enjoy your reading. by converting text to speech in one second.

This tool will help you too much to read your articles easily in many languages, directly from within the page with no need to leave it.                    

擴展基本資訊

名稱 text reader: Convert text to voice easily text reader: Convert text to voice easily
ID cjabnnkddmpafmfoeonnkmlhjiceniii
官方網址 https://chromewebstore.google.com/detail/text-reader-convert-text/cjabnnkddmpafmfoeonnkmlhjiceniii
簡介 Convert text to voice and Read any page out loud easily, with different languages.
檔案大小 965 KB
安裝次數 23
目前版本 1.1.0
更新時間 2021-10-12
上架時間 2021-10-12
開發者 https://seo-arabic.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://seo-arabic.com/
說明頁面URL https://seo-arabic.com/
隱私政策頁面URL https://maaloma.tech/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "text reader: Convert text to voice easily",
    "version": "1.1.0",
    "description": "Convert text to voice and Read any page out loud easily, with different languages.",
    "icons": {
        "16": "images\/icon160.png",
        "48": "images\/icon480.png",
        "128": "images\/icon1280.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon190.png",
            "38": "images\/icon380.png"
        },
        "default_title": "text reader",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}