Subtitle Google Translate (Lynda,LinkedIn,..)

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

Cos'è Subtitle Google Translate (Lynda,LinkedIn,..)?

Subtitle Google Translate (Lynda,LinkedIn,..) è un'estensione di Chrome sviluppata da Yousif Shanshel, e la sua funzione principale è "Video Subtitle Google Translate for Popular Website Like Lynda, LinkedIn, etc".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Subtitle Google Translate (Lynda,LinkedIn,..)

Scarica i file di estensione Subtitle Google Translate (Lynda,LinkedIn,..) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Subtitle Google Translate (Lynda,LinkedIn,..) Subtitle Google Translate (Lynda,LinkedIn,..)
ID gliplldjplmfocfpkbpmaikmeiildjel
URL Ufficiale https://chromewebstore.google.com/detail/subtitle-google-translate/gliplldjplmfocfpkbpmaikmeiildjel
Descrizione Video Subtitle Google Translate for Popular Website Like Lynda, LinkedIn, etc
Dimensione del File 39.04 KB
Conteggio Installazioni 1,593
Versione Corrente 0.4.3
Ultimo Aggiornamento 2018-04-02
Data di Pubblicazione 2018-04-02
Valutazione 2.56/5 Totale 16 Valutazioni
Sviluppatore Yousif Shanshel
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}