Coursera Multiple Subtitles

show multiple subtitles at the same time while watching Coursera https://www.coursera.org

Vad är Coursera Multiple Subtitles?

Coursera Multiple Subtitles är en Chrome-tillägg utvecklad av tomoya.kaw, och dess huvudfunktion är "show multiple subtitles at the same time while watching Coursera https://www.coursera.org".

Tilläggsskärmbilder

screenshot

Ladda ner Coursera Multiple Subtitles-förlängningens CRX-fil

Ladda ner Coursera Multiple Subtitles-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        show multiple subtitles at the same time while watching Coursera https://www.coursera.org                    

Grundläggande Information om Tillägg

Namn Coursera Multiple Subtitles Coursera Multiple Subtitles
ID docpeacmdmpmhhnaignlcbmkkfdofmgi
Officiell webbadress https://chromewebstore.google.com/detail/coursera-multiple-subtitl/docpeacmdmpmhhnaignlcbmkkfdofmgi
Beskrivning show multiple subtitles at the same time while watching Coursera https://www.coursera.org
Filstorlek 15.97 KB
Antal Installationer 107
Aktuell Version 0.0.2
Senast Uppdaterad 2021-05-12
Publiceringsdatum 2021-05-08
Betyg 2.33/5 Totalt 3 Betyg
Utvecklare tomoya.kaw
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
            ]
        }
    ]
}