tl;dr video
Skim fast through youtube videos - focusing only on what's important
Τι είναι το tl;dr video;
Το tl;dr video είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://tldr.video, και η κύρια λειτουργία του είναι "Skim fast through youtube videos - focusing only on what's important".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης tl;dr video
Λήψη αρχείων επέκτασης tl;dr video σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Use tl;dr video to quickly skim through internet videos and focus on the important bits. When watching a video, you can click the tl;dr button; the video will open in the tl;dr player, which plays it at 2x speed with subtitles - except for the parts you, or other users, marked as interesting, in which video will be played in normal or even in slow speed.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | llghnjgfbhfmlnaoneokjgedegegmand |
Επίσημο URL | https://chrome.google.com/webstore/detail/tldr-video/llghnjgfbhfmlnaoneokjgedegegmand |
Περιγραφή | Skim fast through youtube videos - focusing only on what's important |
Μέγεθος Αρχείου | 12.2 KB |
Αριθμός Εγκαταστάσεων | 34 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2015-06-13 |
Ημερομηνία Δημοσίευσης | 2015-06-13 |
Αξιολόγηση | 3.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | http://tldr.video |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://tldr.video/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "tl;dr video", "version": "1.0.3", "description": "Skim fast through youtube videos - focusing only on what's important", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "tldrvideo-19.png", "default_title": "tl;dr this video" }, "permissions": [ "declarativeContent", "activeTab" ], "icons": { "16": "tldrvideo-16.png", "48": "tldrvideo-48.png", "128": "tldrvideo-128.png" }, "manifest_version": 2 } |