Udemy voice over

Speech voice over Udemy course

Co to jest Udemy voice over?

Udemy voice over to rozszerzenie Chrome opracowane przez pin-cnx, a jego główną funkcją jest „Speech voice over Udemy course”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Udemy voice over

Pobierz pliki rozszerzeń Udemy voice over 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

                        Use this extension when you can not understand accent of instructor.
It will activate and run only when you open transcript option in video.
(This extension use chrome Text-to-speech for premium Google wavenet Text-to-speech please set access token on options page)                    

Podstawowe informacje o rozszerzeniu

Nazwa Udemy voice over Udemy voice over
ID ooelnibldjpdjfpfebbcibmkmhnnddib
Oficjalny URL https://chromewebstore.google.com/detail/udemy-voice-over/ooelnibldjpdjfpfebbcibmkmhnnddib
Opis Speech voice over Udemy course
Rozmiar pliku 152 KB
Liczba instalacji 31
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2020-09-18
Data Publikacji 2020-09-16
Deweloper pin-cnx
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/pin-cnx/udemy-voice-over
Adres URL Strony Pomocy https://github.com/pin-cnx/udemy-voice-over
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Udemy voice over",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Speech voice over Udemy course",
    "homepage_url": "https:\/\/github.com\/pin-cnx\/udemy-voice-over",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "storage",
        "https:\/\/www.udemy.com\/course\/*"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.udemy.com\/course\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}