YouPost - video to article converter
YouPost - one-click video-to-article tool Convert videos into articles - with text and screenshots from the video - in seconds!.…
YouPost - video to article converter란 무엇입니까?
YouPost - video to article converter은(는) Anton Gera에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "YouPost - one-click video-to-article tool Convert videos into articles - with text and screenshots from the video - in seconds!.…"입니다.
확장 프로그램 스크린샷
YouPost - video to article converter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
YouPost - one-click video-to-article tool Convert videos into articles - with text and screenshots from the video - in seconds!. This extension helps you to convert YouTube videos into articles that are easy to read. If you're not comfortable to watch a video - just press the extension on your browser and receive a new tab with headline, text and screenshots from the video. You will not miss anything because the article comes with the text and images from the video. You can also pick a language you would like to read the article: on the new tab with text and images there is a side menu where you can choose a language. Available languages depend on the available subtitles in the original video. Enjoy reading videos! NOTE: If the conversion do not work from the first time - reload the page and press again on the extension button (we will fix this in the next version). New feature added - switch on and off the screenshots New feature - save as PDF
확장 프로그램 기본 정보
이름 | YouPost - video to article converter |
ID | knnnfdlgppokojcpbphemdikpelebddo |
공식 URL | https://chromewebstore.google.com/detail/youpost-video-to-article/knnnfdlgppokojcpbphemdikpelebddo |
설명 | YouPost - one-click video-to-article tool Convert videos into articles - with text and screenshots from the video - in seconds!.… |
파일 크기 | 3.54 MB |
설치 횟수 | 3,302 |
현재 버전 | 1.9 |
최근 업데이트 | 2023-09-11 |
출시 날짜 | 2020-04-27 |
평점 | 2.18/5 총 17 개의 평점 |
개발자 | Anton Gera |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | http://youpost.one/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouPost - video to article converter", "version": "1.9", "icons": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "64": "images\/logo_64.png", "128": "images\/logo_128.png" }, "background": { "page": "background.html" }, "permissions": [ "storage", "activeTab", "privacy", "https:\/\/api.youpost.one\/*", "https:\/\/youpost.one\/*" ], "web_accessible_resources": [ "js\/send-page-code.js", "js\/Storege.js", "js\/ReqestToAPI.js" ], "browser_action": { "default_icon": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "64": "images\/logo_64.png", "128": "images\/logo_128.png" }, "default_title": "YouPost - video to article converter" }, "options_page": "\/html\/options.html" } |