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 là gì?

Video Speed Control Jumper là một tiện ích mở rộng Chrome được phát triển bởi SL5, và tính năng chính của nó là "jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Video Speed Control Jumper

Tải xuống các tệp mở rộng Video Speed Control Jumper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Video Speed Control Jumper Video Speed Control Jumper
ID lcjhkgahjcaldenlagajefcbgkccnlkc
URL Chính Thức https://chrome.google.com/webstore/detail/video-speed-control-jumpe/lcjhkgahjcaldenlagajefcbgkccnlkc
Mô tả jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.
Kích Thước Tệp 169 KB
Số Lần Cài Đặt 243
Phiên Bản Hiện Tại 0.9.1
Cập Nhật Lần Cuối 2015-05-07
Ngày Phát Hành 2015-05-07
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển SL5
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}