Video to Text
Video to Text
什麼是Video to Text?
Video to Text是由mr.vishalsanghani開發的Chrome擴展程式,該擴展的主要功能是“Video to Text”。
擴展截圖
下載Video to Text擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | fjjkbjfmekjgnedpdpgnpjakppmkpidn |
| 官方網址 | 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"
]
} | |