Subtitle Google Translate (Lynda,LinkedIn,..)

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

Co to jest Subtitle Google Translate (Lynda,LinkedIn,..)?

Subtitle Google Translate (Lynda,LinkedIn,..) to rozszerzenie Chrome opracowane przez Yousif Shanshel, a jego główną funkcją jest „Video Subtitle Google Translate for Popular Website Like Lynda, LinkedIn, etc”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Subtitle Google Translate (Lynda,LinkedIn,..)

Pobierz pliki rozszerzeń Subtitle Google Translate (Lynda,LinkedIn,..) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Subtitle Google Translate (Lynda,LinkedIn,..) Subtitle Google Translate (Lynda,LinkedIn,..)
ID gliplldjplmfocfpkbpmaikmeiildjel
Oficjalny URL https://chromewebstore.google.com/detail/subtitle-google-translate/gliplldjplmfocfpkbpmaikmeiildjel
Opis Video Subtitle Google Translate for Popular Website Like Lynda, LinkedIn, etc
Rozmiar pliku 39.04 KB
Liczba instalacji 1,593
Aktualna Wersja 0.4.3
Ostatnia Aktualizacja 2018-04-02
Data Publikacji 2018-04-02
Ocena 2.56/5 Łącznie 16 Oceny
Deweloper Yousif Shanshel
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}