Video to Text
Video to Text
Video to Textคืออะไร?
Video to Text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mr.vishalsanghani และคุณลักษณะหลักของมันคือ "Video to Text"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video to Text
ดาวน์โหลดไฟล์ส่วนขยาย Video to Text ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
*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 |
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" ] } |