Selected text to speech

With this extension, you can speech to the selected text.

Что такое Selected text to speech?

Selected text to speech - это расширение Chrome, разработанное https://funfuni.com, и его основная функция - "With this extension, you can speech to the selected text.".

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

screenshot

Скачать файл CRX расширения Selected text to speech

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

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

                        With this extension, you can speech to the selected text. In sentences you have difficulty in pronunciation, you can speech to the selected text.                    

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

Название Selected text to speech Selected text to speech
ID apcoiakmgopgbglbpfhaibglboldbaep
Официальный URL https://chromewebstore.google.com/detail/selected-text-to-speech/apcoiakmgopgbglbpfhaibglboldbaep
Описание With this extension, you can speech to the selected text.
Размер файла 15.43 KB
Количество установок 52
Текущая Версия 1.0
Последнее Обновление 2022-01-27
Дата публикации 2022-01-27
Рейтинг 5.00/5 Всего 4 оценок
Разработчик https://funfuni.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.funfuni.com/
URL страницы помощи https://funfuni.com/contact-us/
URL страницы политики конфиденциальности https://www.funfuni.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "author": "Funfuni.com",
    "name": "Selected text to speech",
    "description": "With this extension, you can speech to the selected text.",
    "manifest_version": 3,
    "version": "1.0",
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}