Text to Speech Converter and Downloader

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

Vad är Text to Speech Converter and Downloader?

Text to Speech Converter and Downloader är en Chrome-tillägg utvecklad av https://www.freetranslations.org, och dess huvudfunktion är "It helps you not only convert text to speech, but also download audio with a single click.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Text to Speech Converter and Downloader-förlängningens CRX-fil

Ladda ner Text to Speech Converter and Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Text to Speech Converter and Downloader Text to Speech Converter and Downloader
ID bdajglkhfcokpdjdhccjaamkdpniemoh
Officiell webbadress https://chrome.google.com/webstore/detail/text-to-speech-converter/bdajglkhfcokpdjdhccjaamkdpniemoh
Beskrivning It helps you not only convert text to speech, but also download audio with a single click.
Filstorlek 50.65 KB
Antal Installationer 1,000
Aktuell Version 1.4
Senast Uppdaterad 2021-01-03
Publiceringsdatum 2018-02-03
Betyg 3.73/5 Totalt 11 Betyg
Utvecklare https://www.freetranslations.org
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.freetranslations.org/text-to-speech.html
Hjälpsida URL https://www.freetranslations.org/contact-us.php
Stödda Språk 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"
    }
}