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 هو إضافة Chrome تم تطويرها بواسطة https://www.freetranslations.org، والميزة الرئيسية لها هي "It helps you not only convert text to speech, but also download audio with a single click.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Text to Speech Converter and Downloader

قم بتنزيل ملفات الامتداد Text to Speech Converter and Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}