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 |
| 公式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 |
| Eメール | [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"
]
} | |