HTML5 Video Speed permanent Control

Speed controls for html5 video with memory effect.

HTML5 Video Speed permanent Control란 무엇입니까?

HTML5 Video Speed permanent Control은(는) SL5에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Speed controls for html5 video with memory effect."입니다.

확장 프로그램 스크린샷

screenshot

HTML5 Video Speed permanent Control 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        For changing the video speed 
you could use the follwoing keys and the mouse:

shortcuts list:

key=speed

0=0, 1=1, 2=2, 3=3, ... 8=8, 9=9
*=double, /=half
right=+0.1, left=-0.1, up=+0.5, down=+0.5
pageUp = +10, pageDown= -10


First time you change the speed of a video you need to use the mouse (left clicks inside the control).
Control is visible at the top left of current video.

Later you could use the shortcuts.

Its remembers speed for nearly all following videos, all playlists or so. Enjoy

if its not clicked the google default novigation shortcuts are active.
for example:
Numbers 1-9 - Go forward a percentage (1 goes forward 10%, 2 goes forward 20%, etc.).
Right arrow - Go forward 5 seconds.
More details see here https://sites.google.com/a/umich.edu/going-google/accessibility/google-keyboard-shortcuts---youtube 

Its tested with Google Chrome Version 42.0.2311.90                    

확장 프로그램 기본 정보

이름 HTML5 Video Speed permanent Control HTML5 Video Speed permanent Control
ID cckfpdhbllgmnkoiegmbihfemegbdncp
공식 URL https://chrome.google.com/webstore/detail/html5-video-speed-permane/cckfpdhbllgmnkoiegmbihfemegbdncp
설명 Speed controls for html5 video with memory effect.
파일 크기 163 KB
설치 횟수 106
현재 버전 1.0.2
최근 업데이트 2015-04-30
출시 날짜 2015-04-30
평점 2.40/5 총 5 개의 평점
개발자 SL5
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML5 Video Speed permanent Control",
    "description": "Speed controls for html5 video with memory effect.",
    "short_name": "permanent Video Speed",
    "version": "1.0.2",
    "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"
    }
}