vttlive

Add subtitles from internet as VTT tracks to HTML5 video element on the page

vttlive란 무엇입니까?

vttlive은(는) stt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add subtitles from internet as VTT tracks to HTML5 video element on the page"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Provides a page action (icon on the address bar) for selected sites (as specified in extension options). When page action is clicked a search is made to podnapisi.net for a subtitle matching the video element on the page or in an iframe.

If a subtitle is found it's added as track element to the video. Meaning that you'll get subtitles to a video that otherwise would have none. :)                    

확장 프로그램 기본 정보

이름 vttlive vttlive
ID bnlbkeoehifnpknkegfjnhiaoechbnkj
공식 URL https://chromewebstore.google.com/detail/vttlive/bnlbkeoehifnpknkegfjnhiaoechbnkj
설명 Add subtitles from internet as VTT tracks to HTML5 video element on the page
파일 크기 61.77 KB
설치 횟수 539
현재 버전 0.1.2
최근 업데이트 2015-07-31
출시 날짜 2015-07-31
평점 2.25/5 총 4 개의 평점
개발자 stt
결제 유형 free
확장 프로그램 웹 사이트 http://vtt.herokuapp.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "38",
    "description": "__MSG_appDescription__",
    "incognito": "split",
    "icons": {
        "128": "images\/cc.png"
    },
    "default_locale": "en",
    "optional_permissions": [],
    "permissions": [
        "storage",
        "activeTab",
        "declarativeContent",
        "http:\/\/www.podnapisi.net\/.*",
        "http:\/\/vtt.herokuapp.com\/.*"
    ],
    "background": {
        "scripts": [
            "scripts\/jquery.min.js",
            "scripts\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "38": "images\/cc.png"
        },
        "default_title": "vttlive",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}