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ファイルをダウンロード

tl;dr video拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
}