Video Speed Control Jumper

jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.

Video Speed Control Jumperとは何ですか?

Video Speed Control JumperはSL5によって開発されたChromeの拡張機能で、その主な機能は「jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.」です。

拡張機能のスクリーンショット

screenshot

Video Speed Control Jumper拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        gives posibility to change video speed by keyboard shurtcuts and starts very fast (first seconds)

its a fork from "HTML5 Video Speed permanent Control" and offers nearly the same shortcuts.                    

拡張機能の基本情報

名前 Video Speed Control Jumper Video Speed Control Jumper
ID lcjhkgahjcaldenlagajefcbgkccnlkc
公式URL https://chrome.google.com/webstore/detail/video-speed-control-jumpe/lcjhkgahjcaldenlagajefcbgkccnlkc
説明 jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.
ファイルサイズ 169 KB
インストール数 243
現在のバージョン 0.9.1
最終更新日 2015-05-07
公開日 2015-05-07
評価 4.50/5 合計 4 レビュー
開発者 SL5
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Speed Control Jumper",
    "description": "jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.",
    "short_name": "Video Speed Control Jumper",
    "version": "0.9.1",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "speed_control.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}