Traw for YouTube
Transform YouTube videos into text documents with a single click using the Traw extension!
Cos'è Traw for YouTube?
Traw for YouTube è un'estensione di Chrome sviluppata da https://traw.io, e la sua funzione principale è "Transform YouTube videos into text documents with a single click using the Traw extension!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Traw for YouTube
Scarica i file di estensione Traw for YouTube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Traw for YouTube |
ID | empknooegjfnkmpafoinpflakphmbjcg |
URL Ufficiale | https://chromewebstore.google.com/detail/traw-for-youtube/empknooegjfnkmpafoinpflakphmbjcg |
Descrizione | Transform YouTube videos into text documents with a single click using the Traw extension! |
Dimensione del File | 738 KB |
Conteggio Installazioni | 5,627 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2023-08-22 |
Data di Pubblicazione | 2023-05-09 |
Sviluppatore | https://traw.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://traw.ai |
URL della Pagina di Aiuto | https://traw.ai |
URL della Pagina della Politica sulla Privacy | https://traw.ai/privacy |
Lingue Supportate | 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" ] } ] } |