OkaySpeak

Right click and select the text you want us to speak out.

Что такое OkaySpeak?

OkaySpeak - это расширение Chrome, разработанное okayramesh, и его основная функция - "Right click and select the text you want us to speak out.".

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

screenshot

Скачать файл CRX расширения OkaySpeak

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

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

                        The sole purpose of the speakit exntension is to speak loadly the  selected text. This is to help the online reader who reads news, educational content or any other informtion on the web and struggle to pronounce the new/difficult words. 'Speakit' will help you, it will read out loudly the word for you so you do not quit your reading just because you are not able to prounounce a word.                    

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

Название OkaySpeak OkaySpeak
ID hgnfaglopnogfojdnhcljcagcmjalhba
Официальный URL https://chromewebstore.google.com/detail/okayspeak/hgnfaglopnogfojdnhcljcagcmjalhba
Описание Right click and select the text you want us to speak out.
Размер файла 10.09 KB
Количество установок 610
Текущая Версия 1.1
Последнее Обновление 2019-09-22
Дата публикации 2019-09-22
Рейтинг 3.50/5 Всего 4 оценок
Разработчик okayramesh
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "name": "OkaySpeak",
    "short_name": "Speak loudly",
    "description": "Right click and select the text you want us to speak out.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "tts"
    ]
}