Subtitle Google Translate (Lynda,LinkedIn,..)
Video Subtitle Google Translate for Popular Website Like Lynda, LinkedIn, etc
Subtitle Google Translate (Lynda,LinkedIn,..)とは何ですか?
Subtitle Google Translate (Lynda,LinkedIn,..)はYousif Shanshelによって開発されたChromeの拡張機能で、その主な機能は「Video Subtitle Google Translate for Popular Website Like Lynda, LinkedIn, etc」です。
拡張機能のスクリーンショット
Subtitle Google Translate (Lynda,LinkedIn,..)拡張機能のCRXファイルをダウンロード
Subtitle Google Translate (Lynda,LinkedIn,..)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extensions, Fix Google Translate for (Subtitle) for any videos in popular websites like "Lynda, LinkedIn Learning" If You Like to add support to another website, please leave the link in comments - Ver 0.4: * Add Support to fullscreen page subtitle * Fix Issue with LinkedIn Website, it was "Can't Navigate After Translate" - Ver 0.3: Fix Lynda Translate subtitle wasn't working correctly - Ver 0.2: Now It's Also Support linkedin Learning
拡張機能の基本情報
名前 | Subtitle Google Translate (Lynda,LinkedIn,..) |
ID | gliplldjplmfocfpkbpmaikmeiildjel |
公式URL | https://chromewebstore.google.com/detail/subtitle-google-translate/gliplldjplmfocfpkbpmaikmeiildjel |
説明 | Video Subtitle Google Translate for Popular Website Like Lynda, LinkedIn, etc |
ファイルサイズ | 39.04 KB |
インストール数 | 1,593 |
現在のバージョン | 0.4.3 |
最終更新日 | 2018-04-02 |
公開日 | 2018-04-02 |
評価 | 2.56/5 合計 16 レビュー |
開発者 | Yousif Shanshel |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Subtitle Google Translate (Lynda,LinkedIn,..)", "short_name": "Subtitle Translator", "description": "Video Subtitle Google Translate for Popular Website Like Lynda, LinkedIn, etc", "version": "0.4.3", "browser_action": { "default_icon": "icon.png" }, "author": "Yousif Shanshel", "content_scripts": [ { "matches": [ "https:\/\/www.lynda.com\/*", "https:\/\/www.linkedin.com\/*" ], "js": [ "content.js", "jquery.js" ] } ] } |