Speak it out!

Get voice output of selected text in a web page.

Co to jest Speak it out!?

Speak it out! to rozszerzenie Chrome opracowane przez Gilbish Kosma, a jego główną funkcją jest „Get voice output of selected text in a web page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Speak it out!

Pobierz pliki rozszerzeń Speak it out! 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

                        A chrome extension to play voice of selected text from the current tab.                    

Podstawowe informacje o rozszerzeniu

Nazwa Speak it out! Speak it out!
ID incioejkedmnflnacbbncfbjeiedoepo
Oficjalny URL https://chromewebstore.google.com/detail/speak-it-out/incioejkedmnflnacbbncfbjeiedoepo
Opis Get voice output of selected text in a web page.
Rozmiar pliku 5.59 KB
Liczba instalacji 34
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2021-10-10
Data Publikacji 2021-10-10
Deweloper Gilbish Kosma
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speak it out!",
    "description": "Get voice output of selected text in a web page.",
    "version": "0.0.3",
    "author": "Satyam Lachhwani ",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": "sound.png"
    },
    "icons": {
        "32": "sound.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}