speakIt

This extension will speak up the text which you have selected.

Co to jest speakIt?

speakIt to rozszerzenie Chrome opracowane przez https://akashbijwe.github.io, a jego główną funkcją jest „This extension will speak up the text which you have selected.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia speakIt

Pobierz pliki rozszerzeń speakIt 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

                        speakIt powers to read the text on your screen aloud & it can be used in any webpage.
To use SpeakIt select any text and the right click on the selected text & click on Speak.

Supported Languages: English (Australia), English (India), English (United Kingdom), English (United States)                    

Podstawowe informacje o rozszerzeniu

Nazwa speakIt speakIt
ID kolhkkbkekanfnkhbmahmeemhlcknilk
Oficjalny URL https://chrome.google.com/webstore/detail/speakit/kolhkkbkekanfnkhbmahmeemhlcknilk
Opis This extension will speak up the text which you have selected.
Rozmiar pliku 12.58 KB
Liczba instalacji 3,186
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2019-03-04
Data Publikacji 2019-03-04
Ocena 2.67/5 Łącznie 6 Oceny
Deweloper https://akashbijwe.github.io
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",
    "manifest_version": 2,
    "name": "speakIt",
    "version": "1.1",
    "description": "This extension will speak up the text which you have selected.",
    "icons": {
        "16": "icon16.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tts",
        "contextMenus"
    ]
}