Better coursera subtitle
Make Coursera's subtitles more readable
Co to jest Better coursera subtitle?
Better coursera subtitle to rozszerzenie Chrome opracowane przez y-shi, a jego główną funkcją jest „Make Coursera's subtitles more readable”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Better coursera subtitle
Pobierz pliki rozszerzeń Better coursera subtitle 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
・We recommend turning off the original subtitles for a better experience
・You can switch the language of the subtitles by switching the language of the Transcript
・Please refresh the page if it is not displayed properly Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kdelmehlimamoooiopndgiljbooninlf |
| Oficjalny URL | https://chromewebstore.google.com/detail/better-coursera-subtitle/kdelmehlimamoooiopndgiljbooninlf |
| Opis | Make Coursera's subtitles more readable |
| Rozmiar pliku | 13.18 KB |
| Liczba instalacji | 66 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2022-06-15 |
| Data Publikacji | 2022-06-15 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | y-shi |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "ja",
"version": "1.2",
"manifest_version": 3,
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.coursera.org\/*\/lecture\/*"
],
"js": [
"js\/coursera-subtitle.js"
]
}
]
} | |