Video Commander

Video Commander provides keyboard shortcuts to loop, speed up, speed down, rewind time, advance time and other handy actions

Video Commander क्या है?

Video Commander noraworld द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Video Commander provides keyboard shortcuts to loop, speed up, speed down, rewind time, advance time and other handy actions"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Video Commander एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        # Features
These shortcuts are available on the HTML5 video sites.

* P or space - toggle play and pause
* H or 0 - jump to beginning
* E - jump to end
* A or left arrow - rewind time
* S or right arrow - advance time
* D - speed down
* U - speed up
* R - reset speed
* F - toggle full screen
* L - partial loop
* 1 - jump to 10% playback position
* 2 - jump to 20% playback position
* 3 - jump to 30% playback position
* 4 - jump to 40% playback position
* 5 - jump to 50% playback position
* 6 - jump to 60% playback position
* 7 - jump to 70% playback position
* 8 - jump to 80% playback position
* 9 - jump to 90% playback position
* esc, ctrl-c - reset loop status
* esc - unfocus any elements

These shortcut keys are modifiable on options page. You can also change skip time amount(s) and whether scroll to player automatically or not.

For details, see https://github.com/noraworld/videocommander/blob/master/README.md


# Change Log
See https://github.com/noraworld/videocommander/blob/master/CHANGELOG.md


# Support
日本語もサポートしています。https://github.com/noraworld/videocommander/blob/master/README_jp.md を参照してください。                    

एक्सटेंशन की मूल जानकारी

नाम Video Commander Video Commander
ID eadjicgcnpgfmklebobjkhlippgepdii
आधिकारिक URL https://chrome.google.com/webstore/detail/video-commander/eadjicgcnpgfmklebobjkhlippgepdii
विवरण Video Commander provides keyboard shortcuts to loop, speed up, speed down, rewind time, advance time and other handy actions
फ़ाइल का आकार 1.08 MB
स्थापना संख्या 479
वर्तमान संस्करण 0.4
अंतिम अपडेट 2017-10-07
प्रकाशन तिथि 2017-10-07
रेटिंग 3.82/5 कुल 17 रेटिंग्स
डेवलपर noraworld
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/noraworld/videocommander
सहायता पृष्ठ URL https://github.com/noraworld/videocommander/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Commander",
    "short_name": "videocommander",
    "version": "0.4",
    "manifest_version": 2,
    "description": "Video Commander provides keyboard shortcuts to loop, speed up, speed down, rewind time, advance time and other handy actions",
    "homepage_url": "https:\/\/github.com\/noraworld\/videocommander",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "script.css"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ]
}