Coursera Multiple Subtitles
show multiple subtitles at the same time while watching Coursera https://www.coursera.org
什麼是Coursera Multiple Subtitles?
Coursera Multiple Subtitles是由tomoya.kaw開發的Chrome擴展程式,該擴展的主要功能是“show multiple subtitles at the same time while watching Coursera https://www.coursera.org”。
擴展截圖
下載Coursera Multiple Subtitles擴展crx文件
下載Coursera Multiple Subtitles擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
show multiple subtitles at the same time while watching Coursera https://www.coursera.org 擴展基本資訊
| 名稱 | |
| ID | docpeacmdmpmhhnaignlcbmkkfdofmgi |
| 官方網址 | https://chromewebstore.google.com/detail/coursera-multiple-subtitl/docpeacmdmpmhhnaignlcbmkkfdofmgi |
| 簡介 | show multiple subtitles at the same time while watching Coursera https://www.coursera.org |
| 檔案大小 | 15.97 KB |
| 安裝次數 | 107 |
| 目前版本 | 0.0.2 |
| 更新時間 | 2021-05-12 |
| 上架時間 | 2021-05-08 |
| 評分 | 2.33/5 共 3 次評分 |
| 開發者 | tomoya.kaw |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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\/*"
]
}
]
} | |