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" ] } |