Video Speed Control Jumper

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

Vad är Video Speed Control Jumper?

Video Speed Control Jumper är en Chrome-tillägg utvecklad av SL5, och dess huvudfunktion är "jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.".

Tilläggsskärmbilder

screenshot

Ladda ner Video Speed Control Jumper-förlängningens CRX-fil

Ladda ner Video Speed Control Jumper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Video Speed Control Jumper Video Speed Control Jumper
ID lcjhkgahjcaldenlagajefcbgkccnlkc
Officiell webbadress https://chrome.google.com/webstore/detail/video-speed-control-jumpe/lcjhkgahjcaldenlagajefcbgkccnlkc
Beskrivning jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.
Filstorlek 169 KB
Antal Installationer 243
Aktuell Version 0.9.1
Senast Uppdaterad 2015-05-07
Publiceringsdatum 2015-05-07
Betyg 4.50/5 Totalt 4 Betyg
Utvecklare SL5
Betalningssätt free
Stödda Språk 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"
    }
}