Traw for YouTube

Transform YouTube videos into text documents with a single click using the Traw extension!

Traw for YouTube란 무엇입니까?

Traw for YouTube은(는) https://traw.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Transform YouTube videos into text documents with a single click using the Traw extension!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Traw for YouTube 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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