tl;dr video

Skim fast through youtube videos - focusing only on what's important

tl;dr video란 무엇입니까?

tl;dr video은(는) http://tldr.video에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Skim fast through youtube videos - focusing only on what's important"입니다.

확장 프로그램 스크린샷

screenshot

tl;dr video 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Use tl;dr video to quickly skim through internet videos and focus on the important bits. When watching a video, you can click the tl;dr button; the video will open in the tl;dr player, which plays it at 2x speed with subtitles - except for the parts you, or other users, marked as interesting, in which video will be played in normal or even in slow speed.                    

확장 프로그램 기본 정보

이름 tl;dr video tl;dr video
ID llghnjgfbhfmlnaoneokjgedegegmand
공식 URL https://chrome.google.com/webstore/detail/tldr-video/llghnjgfbhfmlnaoneokjgedegegmand
설명 Skim fast through youtube videos - focusing only on what's important
파일 크기 12.2 KB
설치 횟수 34
현재 버전 1.0.3
최근 업데이트 2015-06-13
출시 날짜 2015-06-13
평점 3.67/5 총 3 개의 평점
개발자 http://tldr.video
결제 유형 free
확장 프로그램 웹 사이트 http://tldr.video/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tl;dr video",
    "version": "1.0.3",
    "description": "Skim fast through youtube videos - focusing only on what's important",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "tldrvideo-19.png",
        "default_title": "tl;dr this video"
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "icons": {
        "16": "tldrvideo-16.png",
        "48": "tldrvideo-48.png",
        "128": "tldrvideo-128.png"
    },
    "manifest_version": 2
}