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.”。
擴展截圖
下載Text to Speech Converter and Downloader擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | bdajglkhfcokpdjdhccjaamkdpniemoh |
官方網址 | 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" } } |