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은(는) https://www.freetranslations.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It helps you not only convert text to speech, but also download audio with a single click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Text to Speech Converter and Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}