Subadub
Enhanced Netflix subtitles for foreign language study
什麼是Subadub?
Subadub是由Russel Simmons開發的Chrome擴展程式,該擴展的主要功能是“Enhanced Netflix subtitles for foreign language study”。
擴展截圖
下載Subadub擴展crx文件
下載Subadub擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
➤ Subtitles are displayed as selectable text, so you can copy+paste them to make flash cards and look up words in a dictionary (e.g. using the Yomichan or Rikaikun extensions for Japanese)
➤ Full subtitles for a video can be downloaded in SRT format for personal study/review 擴展基本資訊
| 名稱 | |
| ID | jamiekdimmhnnemaaimmdahnahfmfdfk |
| 官方網址 | https://chromewebstore.google.com/detail/subadub/jamiekdimmhnnemaaimmdahnahfmfdfk |
| 簡介 | Enhanced Netflix subtitles for foreign language study |
| 檔案大小 | 14.99 KB |
| 安裝次數 | 10,000 |
| 目前版本 | 0.1.9 |
| 更新時間 | 2022-12-06 |
| 上架時間 | 2020-01-20 |
| 評分 | 4.35/5 共 66 次評分 |
| 開發者 | Russel Simmons |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Subadub",
"description": "Enhanced Netflix subtitles for foreign language study",
"version": "0.1.9",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.netflix.com\/*"
],
"run_at": "document_end",
"js": [
"content_script.js"
]
}
]
} | |