Video to Text

Video to Text

Video to Text란 무엇입니까?

Video to Text은(는) mr.vishalsanghani에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Video to Text"입니다.

확장 프로그램 스크린샷

screenshot

Video to Text 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        *Easiest way to Copy Text/Code from Videos & Images
*Highest Speed & Highest Quality
*Now copy the text/code from any tutorial video on YouTube, Udemy or any video and past it in text editor or IDE.

How to use streps:
1. Click on  Video to Text the Extension button
2. Select the area, which you would like to copy.
3. Open the text editor and past the text/code                    

확장 프로그램 기본 정보

이름 Video to Text Video to Text
ID fjjkbjfmekjgnedpdpgnpjakppmkpidn
공식 URL https://chromewebstore.google.com/detail/video-to-text/fjjkbjfmekjgnedpdpgnpjakppmkpidn
설명 Video to Text
파일 크기 93.5 KB
설치 횟수 750
현재 버전 1.0
최근 업데이트 2022-01-11
출시 날짜 2022-01-11
평점 1.00/5 총 1 개의 평점
개발자 mr.vishalsanghani
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/269a23a4-c50d-4797-862c-4ea59186a4b6
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video to Text",
    "version": "1.0",
    "description": "Video to Text",
    "browser_action": {
        "default_icon": {
            "19": "\/images\/icon.png",
            "38": "\/images\/icon.png"
        },
        "default_title": "Screenshot Capture"
    },
    "options_page": "\/content\/options.html",
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "\/images\/Jcrop.gif",
        "\/images\/pixel.png"
    ],
    "commands": {
        "take-screenshot": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Take Screenshot"
        }
    },
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/",
    "permissions": [
        "storage",
        "activeTab"
    ]
}