Video Speed Control Jumper

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

Co je Video Speed Control Jumper?

Video Speed Control Jumper je rozšíření Chrome vyvinuté SL5, a jeho hlavní funkcí je „jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Video Speed Control Jumper

Stáhněte si soubory rozšíření Video Speed Control Jumper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Video Speed Control Jumper Video Speed Control Jumper
ID lcjhkgahjcaldenlagajefcbgkccnlkc
Oficiální URL https://chrome.google.com/webstore/detail/video-speed-control-jumpe/lcjhkgahjcaldenlagajefcbgkccnlkc
Popis jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.
Velikost souboru 169 KB
Počet instalací 243
Aktuální Verze 0.9.1
Poslední Aktualizace 2015-05-07
Datum Vydání 2015-05-07
Hodnocení 4.50/5 Celkem 4 Hodnocení
Vývojář SL5
Typ Platby free
Podporované Jazyky 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"
    }
}