Subtitle Google Translate (Lynda,LinkedIn,..)

Video Subtitle Google Translate for Popular Website Like Lynda, LinkedIn, etc

Wat is Subtitle Google Translate (Lynda,LinkedIn,..)?

Subtitle Google Translate (Lynda,LinkedIn,..) is een Chrome-extensie ontwikkeld door Yousif Shanshel, en de belangrijkste functie is "Video Subtitle Google Translate for Popular Website Like Lynda, LinkedIn, etc".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Subtitle Google Translate (Lynda,LinkedIn,..)

Download Subtitle Google Translate (Lynda,LinkedIn,..)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Subtitle Google Translate (Lynda,LinkedIn,..) Subtitle Google Translate (Lynda,LinkedIn,..)
ID gliplldjplmfocfpkbpmaikmeiildjel
Officiële URL https://chromewebstore.google.com/detail/subtitle-google-translate/gliplldjplmfocfpkbpmaikmeiildjel
Beschrijving Video Subtitle Google Translate for Popular Website Like Lynda, LinkedIn, etc
Bestandsgrootte 39.04 KB
Aantal Installaties 1,593
Huidige Versie 0.4.3
Laatst Bijgewerkt 2018-04-02
Publicatiedatum 2018-04-02
Beoordeling 2.56/5 Totaal 16 Beoordelingen
Ontwikkelaar Yousif Shanshel
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}