Video to Text
Video to Text
Video to Text là gì?
Video to Text là một tiện ích mở rộng Chrome được phát triển bởi mr.vishalsanghani, và tính năng chính của nó là "Video to Text".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Video to Text
Tải xuống các tệp mở rộng Video to Text dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
*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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Video to Text |
ID | fjjkbjfmekjgnedpdpgnpjakppmkpidn |
URL Chính Thức | https://chromewebstore.google.com/detail/video-to-text/fjjkbjfmekjgnedpdpgnpjakppmkpidn |
Mô tả | Video to Text |
Kích Thước Tệp | 93.5 KB |
Số Lần Cài Đặt | 750 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-01-11 |
Ngày Phát Hành | 2022-01-11 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | mr.vishalsanghani |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.freeprivacypolicy.com/live/269a23a4-c50d-4797-862c-4ea59186a4b6 |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |