Coursera Multiple Subtitles
show multiple subtitles at the same time while watching Coursera https://www.coursera.org
Hvad er Coursera Multiple Subtitles?
Coursera Multiple Subtitles er en Chrome-udvidelse udviklet af tomoya.kaw, og dens hovedfunktion er "show multiple subtitles at the same time while watching Coursera https://www.coursera.org".
Udvidelsesskærmbilleder
Download Coursera Multiple Subtitles-udvidelses-CRX-fil
Download Coursera Multiple Subtitles-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
show multiple subtitles at the same time while watching Coursera https://www.coursera.org
Grundlæggende oplysninger om udvidelsen
Navn | Coursera Multiple Subtitles |
ID | docpeacmdmpmhhnaignlcbmkkfdofmgi |
Officiel URL | https://chromewebstore.google.com/detail/coursera-multiple-subtitl/docpeacmdmpmhhnaignlcbmkkfdofmgi |
Beskrivelse | show multiple subtitles at the same time while watching Coursera https://www.coursera.org |
Filstørrelse | 15.97 KB |
Antal Installationer | 107 |
Nuværende Version | 0.0.2 |
Senest Opdateret | 2021-05-12 |
Udgivelsesdato | 2021-05-08 |
Bedømmelse | 2.33/5 Samlet 3 Bedømmelser |
Udvikler | tomoya.kaw |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } ] } |