re:Invent Video Speed Controls
Gives you more control over the speed of your re:Invent videos.
Τι είναι το re:Invent Video Speed Controls;
Το re:Invent Video Speed Controls είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Madlucas Productions, και η κύρια λειτουργία του είναι "Gives you more control over the speed of your re:Invent videos.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης re:Invent Video Speed Controls
Λήψη αρχείων επέκτασης re:Invent Video Speed Controls σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
AWS re:Invent 2020 is free to everyone, but the video player only offers 0.5x, normal, 2x and 4x playback speeds. This tool adds a variety of additional options so that you can speed up or slow down keynotes, sessions, dev chats, and more.
This makes it easier to watch and learn at a pace that's best for you. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | omibjdfmphnoegpgdbiclekheecobppo |
| Επίσημο URL | https://chromewebstore.google.com/detail/reinvent-video-speed-cont/omibjdfmphnoegpgdbiclekheecobppo |
| Περιγραφή | Gives you more control over the speed of your re:Invent videos. |
| Μέγεθος Αρχείου | 21.35 KB |
| Αριθμός Εγκαταστάσεων | 83 |
| Τρέχουσα Έκδοση | 0.1 |
| Τελευταία Ενημέρωση | 2020-12-02 |
| Ημερομηνία Δημοσίευσης | 2020-12-02 |
| Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
| Προγραμματιστής | Madlucas Productions |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "re:Invent Video Speed Controls",
"version": "0.1",
"description": "Gives you more control over the speed of your re:Invent videos.",
"permissions": [
"activeTab",
"declarativeContent",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "images\/rv-16.png",
"32": "images\/rv-32.png",
"48": "images\/rv-48.png",
"128": "images\/rv-128.png"
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/rv-16.png",
"32": "images\/rv-32.png",
"48": "images\/rv-48.png",
"128": "images\/rv-128.png"
}
},
"manifest_version": 2
} | |