Text to Speech Converter and Downloader
It helps you not only convert text to speech, but also download audio with a single click.
Co je Text to Speech Converter and Downloader?
Text to Speech Converter and Downloader je rozšíření Chrome vyvinuté https://www.freetranslations.org, a jeho hlavní funkcí je „It helps you not only convert text to speech, but also download audio with a single click.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Text to Speech Converter and Downloader
Stáhněte si soubory rozšíření Text to Speech Converter and Downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
You need a text to speech with a downloader? Then you are at the right spot.
Základní Informace o Rozšíření
Název | |
ID | bdajglkhfcokpdjdhccjaamkdpniemoh |
Oficiální URL | https://chrome.google.com/webstore/detail/text-to-speech-converter/bdajglkhfcokpdjdhccjaamkdpniemoh |
Popis | It helps you not only convert text to speech, but also download audio with a single click. |
Velikost souboru | 50.65 KB |
Počet instalací | 1,000 |
Aktuální Verze | 1.4 |
Poslední Aktualizace | 2021-01-03 |
Datum Vydání | 2018-02-03 |
Hodnocení | 3.73/5 Celkem 11 Hodnocení |
Vývojář | https://www.freetranslations.org |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.freetranslations.org/text-to-speech.html |
URL Stránky Nápovědy | https://www.freetranslations.org/contact-us.php |
Podporované Jazyky | 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" } } |