Coursera Multiple Subtitles
show multiple subtitles at the same time while watching Coursera https://www.coursera.org
Wat is Coursera Multiple Subtitles?
Coursera Multiple Subtitles is een Chrome-extensie ontwikkeld door tomoya.kaw, en de belangrijkste functie is "show multiple subtitles at the same time while watching Coursera https://www.coursera.org".
Extensie Screenshots
Download het CRX-bestand van de extensie Coursera Multiple Subtitles
Download Coursera Multiple Subtitles-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
show multiple subtitles at the same time while watching Coursera https://www.coursera.org
Basisinformatie over de Extensie
Naam | Coursera Multiple Subtitles |
ID | docpeacmdmpmhhnaignlcbmkkfdofmgi |
Officiële URL | https://chromewebstore.google.com/detail/coursera-multiple-subtitl/docpeacmdmpmhhnaignlcbmkkfdofmgi |
Beschrijving | show multiple subtitles at the same time while watching Coursera https://www.coursera.org |
Bestandsgrootte | 15.97 KB |
Aantal Installaties | 107 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2021-05-12 |
Publicatiedatum | 2021-05-08 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | tomoya.kaw |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |