Better coursera subtitle
Make Coursera's subtitles more readable
Better coursera subtitleとは何ですか?
Better coursera subtitleはy-shiによって開発されたChromeの拡張機能で、その主な機能は「Make Coursera's subtitles more readable」です。
拡張機能のスクリーンショット
Better coursera subtitle拡張機能のCRXファイルをダウンロード
Better coursera subtitle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
・We recommend turning off the original subtitles for a better experience ・You can switch the language of the subtitles by switching the language of the Transcript ・Please refresh the page if it is not displayed properly
拡張機能の基本情報
名前 | Better coursera subtitle |
ID | kdelmehlimamoooiopndgiljbooninlf |
公式URL | https://chromewebstore.google.com/detail/better-coursera-subtitle/kdelmehlimamoooiopndgiljbooninlf |
説明 | Make Coursera's subtitles more readable |
ファイルサイズ | 13.18 KB |
インストール数 | 66 |
現在のバージョン | 1.2 |
最終更新日 | 2022-06-15 |
公開日 | 2022-06-15 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | y-shi |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "ja", "version": "1.2", "manifest_version": 3, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.coursera.org\/*\/lecture\/*" ], "js": [ "js\/coursera-subtitle.js" ] } ] } |