HTML5 Video Shortcutter

Control any html5 video by shortcuts

HTML5 Video Shortcutter란 무엇입니까?

HTML5 Video Shortcutter은(는) Timur Kh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control any html5 video by shortcuts"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

HTML5 Video Shortcutter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The best solutions to reduce waste of time.

@release v1.0
Sep. 2018
*realised HTML5 video playback controller
*realised custom length rewind
*realised flexible settings                    

확장 프로그램 기본 정보

이름 HTML5 Video Shortcutter HTML5 Video Shortcutter
ID fmomikokjpaebojpkgliolnhckcmmfag
공식 URL https://chrome.google.com/webstore/detail/html5-video-shortcutter/fmomikokjpaebojpkgliolnhckcmmfag
설명 Control any html5 video by shortcuts
파일 크기 203 KB
설치 횟수 427
현재 버전 1.0
최근 업데이트 2018-09-08
출시 날짜 2018-09-08
평점 4.67/5 총 6 개의 평점
개발자 Timur Kh
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML5 Video Shortcutter",
    "description": "Control any html5 video by shortcuts",
    "version": "1.0",
    "browser_action": {
        "default_icon": "Images\/icons\/icon256.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "permissions": [
        "downloads",
        "notifications",
        "contextMenus",
        "tabs",
        "storage",
        "activeTab",
        "",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "backgroundMain.js"
        ]
    },
    "web_accessible_resources": [
        "css\/GoogleSans-Bold.ttf"
    ],
    "icons": {
        "16": "Images\/icons\/icon16.png",
        "32": "Images\/icons\/icon32.png",
        "48": "Images\/icons\/icon48.png",
        "64": "Images\/icons\/icon64.png",
        "128": "Images\/icons\/icon128.png",
        "256": "Images\/icons\/icon256.png"
    },
    "commands": {
        "reload_script": {
            "suggested_key": {
                "default": "Ctrl+Shift+F"
            },
            "description": "Reload script"
        }
    }
}