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 } |