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”。

擴展截圖

screenshot

下載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,..) Subtitle Google Translate (Lynda,LinkedIn,..)
ID gliplldjplmfocfpkbpmaikmeiildjel
官方網址 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"
            ]
        }
    ]
}