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 |
公式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 |
Eメール | [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" } } |