Video to Text
Video to Text
Video to Text क्या है?
Video to Text mr.vishalsanghani द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Video to Text"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Video to Text एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
*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" ] } |