Traw for YouTube
Transform YouTube videos into text documents with a single click using the Traw extension!
Traw for YouTubeคืออะไร?
Traw for YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://traw.io และคุณลักษณะหลักของมันคือ "Transform YouTube videos into text documents with a single click using the Traw extension!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Traw for YouTube
ดาวน์โหลดไฟล์ส่วนขยาย Traw for YouTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Traw for YouTube is a Chrome extension that identifies when you're on a YouTube video page and adds a button below the video player. By clicking this button, the extension sends the video URL to our Traw service, which then converts the video into a text document for easy reading. Traw service benefits: 1. Save time by quickly converting YouTube videos into text documents. 2. Access transcripts or notes from your favorite videos without having to rewatch them. 3. Improve focus and retention by reading the content at your own pace. 4. Easily search and find specific information within the text document. How to use Traw for YouTube: 1. Install the Traw for YouTube extension from the Chrome Web Store. 2. Visit a YouTube video page. 3. Locate the "Summarize" button below the video player. 4. Click the button to send the video URL to Traw service. 5. Access the converted text document with captures on the Traw platform. The Traw for YouTube extension is perfect for students, professionals, and anyone who wants to consume video content in a more efficient and convenient way. Transform your YouTube experience with Traw today! Note: This extension requires a Traw account to use. Sign up for free at traw.ai.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Traw for YouTube |
ID | empknooegjfnkmpafoinpflakphmbjcg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/traw-for-youtube/empknooegjfnkmpafoinpflakphmbjcg |
คำอธิบาย | Transform YouTube videos into text documents with a single click using the Traw extension! |
ขนาดไฟล์ | 738 KB |
จำนวนการติดตั้ง | 5,627 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2023-08-22 |
วันที่เผยแพร่ | 2023-05-09 |
ผู้พัฒนา | https://traw.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://traw.ai |
URL หน้าช่วยเหลือ | https://traw.ai |
URL หน้านโยบายความเป็นส่วนตัว | https://traw.ai/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.3", "icons": { "128": "icon128.png" }, "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/*.traw.ai\/*", "https:\/\/traw.ai\/*" ], "js": [ "content.js" ] } ] } |