Selected text to speech

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

Co to jest Selected text to speech?

Selected text to speech to rozszerzenie Chrome opracowane przez https://funfuni.com, a jego główną funkcją jest „With this extension, you can speech to the selected text.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Selected text to speech

Pobierz pliki rozszerzeń Selected text to speech 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

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

Podstawowe informacje o rozszerzeniu

Nazwa Selected text to speech Selected text to speech
ID apcoiakmgopgbglbpfhaibglboldbaep
Oficjalny URL https://chromewebstore.google.com/detail/selected-text-to-speech/apcoiakmgopgbglbpfhaibglboldbaep
Opis With this extension, you can speech to the selected text.
Rozmiar pliku 15.43 KB
Liczba instalacji 52
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-01-27
Data Publikacji 2022-01-27
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://funfuni.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.funfuni.com/
Adres URL Strony Pomocy https://funfuni.com/contact-us/
Adres URL Strony Polityki Prywatności https://www.funfuni.com/privacy-policy
Obsługiwane Języki 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"
}