Subs Translate

Captures and translates subtitles directly from a webpage for online video services such as Netflix, HBO, YouTube and Amazon Video.

Subs Translate란 무엇입니까?

Subs Translate은(는) cLe0에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Captures and translates subtitles directly from a webpage for online video services such as Netflix, HBO, YouTube and Amazon Video."입니다.

확장 프로그램 스크린샷

screenshot

Subs Translate 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Subs Translate extension gets subtitles directly from HTML. Click on the icon opens the translator service in the new tab. To change target language (russian by default), replace "ru" inside the translator URL to language you need (de, fr, es, etc.). 
To configure other online video service you need set up the custom subtitles container selector value on the options page. Make sure that the parent container specified in the selector is always present in the page code, otherwise the extension icon will be inactive.
Sometimes Google Translate translates text in upper case from English to some languages (such as Russian) incorrectly. In this case, you may need using option "Convert to lower case before translating" (see add-on options).
Good luck!

Расширение Subs Translate извлекает субтитры непосредственно из HTML. Нажмите на иконку, чтобы открыть перевод в новой вкладке. Чтобы изменить целевой язык перевода (по умолчанию русский), замените «ru» внутри URL-адреса переводчика на нужный вам язык (de, fr, es и т. д.). 
Чтобы настроить другой сервис онлайн-видео, необходимо задать значение "Custom subtitles container selector" на странице параметров. При этом убедитесь, что родительский контейнер, указанный в селекторе, всегда присутствует в коде страницы, иначе иконка расширения будет неактивна.
Иногда Google Translate неправильно переводит текст в верхнем регистре с английского на некоторые языки (например, русский). В этом случае Вам может помочь опция «Convert to lower case before translating» (см. настройки расширения). 
Удачи!                    

확장 프로그램 기본 정보

이름 Subs Translate Subs Translate
ID gnpddaeoofhcpmcfbgndngijoniopcjn
공식 URL https://chrome.google.com/webstore/detail/subs-translate/gnpddaeoofhcpmcfbgndngijoniopcjn
설명 Captures and translates subtitles directly from a webpage for online video services such as Netflix, HBO, YouTube and Amazon Video.
파일 크기 28.68 KB
설치 횟수 3,000
현재 버전 1.2.2
최근 업데이트 2018-12-05
출시 날짜 2018-12-05
평점 2.88/5 총 8 개의 평점
개발자 cLe0
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Subs Translate",
    "version": "1.2.2",
    "author": "cLe0",
    "description": "Captures and translates subtitles directly from a webpage for online video services such as Netflix, HBO, YouTube and Amazon Video.",
    "icons": {
        "16": "images\/st-icon-16.png",
        "48": "images\/st-icon-48.png",
        "128": "images\/st-icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/st-icon-16.png",
            "38": "images\/st-icon-48.png"
        },
        "default_title": "Subs Translate"
    },
    "background": {
        "scripts": [
            "st-options-helper.js",
            "st-background.js"
        ]
    },
    "options_ui": {
        "page": "st-options.html",
        "open_in_tab": true
    },
    "permissions": [
        "",
        "storage"
    ]
}