text reader: Convert text to voice easily

Convert text to voice and Read any page out loud easily, with different languages.

Что такое text reader: Convert text to voice easily?

text reader: Convert text to voice easily - это расширение Chrome, разработанное https://seo-arabic.com, и его основная функция - "Convert text to voice and Read any page out loud easily, with different languages.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения text reader: Convert text to voice easily

Скачайте файлы расширений text reader: Convert text to voice easily в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        text-to-speech, many languages

It's normal to be tired when you reading long articles. but this tool is created to make you enjoy your reading. by converting text to speech in one second.

This tool will help you too much to read your articles easily in many languages, directly from within the page with no need to leave it.                    

Основная информация о расширении

Название text reader: Convert text to voice easily text reader: Convert text to voice easily
ID cjabnnkddmpafmfoeonnkmlhjiceniii
Официальный URL https://chromewebstore.google.com/detail/text-reader-convert-text/cjabnnkddmpafmfoeonnkmlhjiceniii
Описание Convert text to voice and Read any page out loud easily, with different languages.
Размер файла 965 KB
Количество установок 23
Текущая Версия 1.1.0
Последнее Обновление 2021-10-12
Дата публикации 2021-10-12
Разработчик https://seo-arabic.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://seo-arabic.com/
URL страницы помощи https://seo-arabic.com/
URL страницы политики конфиденциальности https://maaloma.tech/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "text reader: Convert text to voice easily",
    "version": "1.1.0",
    "description": "Convert text to voice and Read any page out loud easily, with different languages.",
    "icons": {
        "16": "images\/icon160.png",
        "48": "images\/icon480.png",
        "128": "images\/icon1280.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon190.png",
            "38": "images\/icon380.png"
        },
        "default_title": "text reader",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}