Coursera Multiple Subtitles
show multiple subtitles at the same time while watching Coursera https://www.coursera.org
Was ist Coursera Multiple Subtitles?
Coursera Multiple Subtitles ist eine Chrome-Erweiterung, die von tomoya.kaw entwickelt wurde, und ihr Hauptmerkmal ist "show multiple subtitles at the same time while watching Coursera https://www.coursera.org".
Erweiterungsscreenshots
Coursera Multiple Subtitles-Erweiterungs-CRX-Datei herunterladen
Laden Sie Coursera Multiple Subtitles-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
show multiple subtitles at the same time while watching Coursera https://www.coursera.org
Grundlegende Informationen zur Erweiterung
Name | Coursera Multiple Subtitles |
ID | docpeacmdmpmhhnaignlcbmkkfdofmgi |
Offizielle URL | https://chromewebstore.google.com/detail/coursera-multiple-subtitl/docpeacmdmpmhhnaignlcbmkkfdofmgi |
Beschreibung | show multiple subtitles at the same time while watching Coursera https://www.coursera.org |
Dateigröße | 15.97 KB |
Installationsanzahl | 107 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2021-05-12 |
Veröffentlichungsdatum | 2021-05-08 |
Bewertung | 2.33/5 Insgesamt 3 Bewertungen |
Entwickler | tomoya.kaw |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coursera Multiple Subtitles", "manifest_version": 2, "version": "0.0.2", "browser_action": { "default_title": "Coursera Multiple Subtitles", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "https:\/\/www.coursera.org\/*" ] } ] } |