Text to Speech Converter and Downloader

It helps you not only convert text to speech, but also download audio with a single click.

Text to Speech Converter and Downloaderคืออะไร?

Text to Speech Converter and Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.freetranslations.org และคุณลักษณะหลักของมันคือ "It helps you not only convert text to speech, but also download audio with a single click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text to Speech Converter and Downloader

ดาวน์โหลดไฟล์ส่วนขยาย Text to Speech Converter and Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        You need a text to speech with a downloader? Then you are at the right spot.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Text to Speech Converter and Downloader Text to Speech Converter and Downloader
ID bdajglkhfcokpdjdhccjaamkdpniemoh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/text-to-speech-converter/bdajglkhfcokpdjdhccjaamkdpniemoh
คำอธิบาย It helps you not only convert text to speech, but also download audio with a single click.
ขนาดไฟล์ 50.65 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2021-01-03
วันที่เผยแพร่ 2018-02-03
คะแนน 3.73/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://www.freetranslations.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.freetranslations.org/text-to-speech.html
URL หน้าช่วยเหลือ https://www.freetranslations.org/contact-us.php
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text to Speech Converter and Downloader",
    "short_name": "Text to Speech Converter and Audio Downloader by FreeTranslations.Org",
    "description": "It helps you not only convert text to speech, but also download audio with a single click.",
    "version": "1.4",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "https:\/\/*.freetranslations.org\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    }
}