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;

Το Video Speed Control Jumper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SL5, και η κύρια λειτουργία του είναι "jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Video Speed Control Jumper

Λήψη αρχείων επέκτασης Video Speed Control Jumper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Video Speed Control Jumper Video Speed Control Jumper
ID lcjhkgahjcaldenlagajefcbgkccnlkc
Επίσημο URL https://chrome.google.com/webstore/detail/video-speed-control-jumpe/lcjhkgahjcaldenlagajefcbgkccnlkc
Περιγραφή jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.
Μέγεθος Αρχείου 169 KB
Αριθμός Εγκαταστάσεων 243
Τρέχουσα Έκδοση 0.9.1
Τελευταία Ενημέρωση 2015-05-07
Ημερομηνία Δημοσίευσης 2015-05-07
Αξιολόγηση 4.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής SL5
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}