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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
            ]
        }
    ]
}