Speed Control

Control the speed of HTML5 video

Speed Control란 무엇입니까?

Speed Control은(는) Josh Miles에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control the speed of HTML5 video"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This extension will adjust the playback speed of any HTML5 video in the current tab. Just click on the extension and slide the bar to adjust the playback speed. Works on Facebook Video, Twitter, YouTube, Netflix, and many more services.                    

확장 프로그램 기본 정보

이름 Speed Control Speed Control
ID licimfihnglekdccgjijhmfdocplhdbk
공식 URL https://chromewebstore.google.com/detail/speed-control/licimfihnglekdccgjijhmfdocplhdbk
설명 Control the speed of HTML5 video
파일 크기 8.96 KB
설치 횟수 14,962
현재 버전 1.1.1
최근 업데이트 2017-10-26
출시 날짜 2017-10-26
평점 4.93/5 총 29 개의 평점
개발자 Josh Miles
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/milesjos/speed-control
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Control",
    "description": "Control the speed of HTML5 video",
    "version": "1.1.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    }
}