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,..) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yousif Shanshel และคุณลักษณะหลักของมันคือ "Video Subtitle Google Translate for Popular Website Like Lynda, LinkedIn, etc"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Subtitle Google Translate (Lynda,LinkedIn,..)

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
            ]
        }
    ]
}