Subtitle Google Translate (Lynda,LinkedIn,..)

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

Qu'est-ce que Subtitle Google Translate (Lynda,LinkedIn,..) ?

Subtitle Google Translate (Lynda,LinkedIn,..) est une extension Chrome développée par Yousif Shanshel, et sa fonction principale est "Video Subtitle Google Translate for Popular Website Like Lynda, LinkedIn, etc".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Subtitle Google Translate (Lynda,LinkedIn,..)

Téléchargez les fichiers d'extension Subtitle Google Translate (Lynda,LinkedIn,..) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Subtitle Google Translate (Lynda,LinkedIn,..) Subtitle Google Translate (Lynda,LinkedIn,..)
ID gliplldjplmfocfpkbpmaikmeiildjel
URL Officiel https://chromewebstore.google.com/detail/subtitle-google-translate/gliplldjplmfocfpkbpmaikmeiildjel
Description Video Subtitle Google Translate for Popular Website Like Lynda, LinkedIn, etc
Taille du Fichier 39.04 KB
Nombre d'Installations 1,593
Version Actuelle 0.4.3
Dernière Mise à Jour 2018-04-02
Date de Publication 2018-04-02
Évaluation 2.56/5 Total 16 Évaluations
Développeur Yousif Shanshel
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}