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 |
电子邮箱 | [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" ] } ] } |