Speak It

Speak It app converts text into speech. Select text > Speak it

Co to jest Speak It?

Speak It to rozszerzenie Chrome opracowane przez Online Apps, a jego główną funkcją jest „Speak It app converts text into speech. Select text > Speak it”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Speak It

Pobierz pliki rozszerzeń Speak It w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Speak It app converts text into speech on any websites. Select words or paragraphs and then just listen. Useful and convenient Speak It for everyone in six supported languages.

How to use:
 1) select words or paragraphs
 2) right click on this text
 3) click Speak It to confirm in the context menu

Features:
 • Languages - English, German, Spanish, French, Portuguese, Russian
 • Rate 
 • Pitch
 • Volume                    

Podstawowe informacje o rozszerzeniu

Nazwa Speak It Speak It
ID amcnjejmdfilapnnfgnhnidhkififadk
Oficjalny URL https://chromewebstore.google.com/detail/speak-it/amcnjejmdfilapnnfgnhnidhkififadk
Opis Speak It app converts text into speech. Select text > Speak it
Rozmiar pliku 162 KB
Liczba instalacji 72,668
Aktualna Wersja 1.1.3
Ostatnia Aktualizacja 2022-12-19
Data Publikacji 2020-06-02
Ocena 2.53/5 Łącznie 72 Oceny
Deweloper Online Apps
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.e-players.net/privacy.html
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.3",
    "name": "Speak It",
    "description": "Speak It app converts text into speech. Select text > Speak it",
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "contextMenus",
        "tts",
        "storage"
    ],
    "action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}