Screen Capture to Video File
This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive.
Τι είναι το Screen Capture to Video File;
Το Screen Capture to Video File είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Smart Software, και η κύρια λειτουργία του είναι "This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Screen Capture to Video File
Λήψη αρχείων επέκτασης Screen Capture to Video File σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This app is a fun, simple and easy to use screen capture recorder for your computer. This capture recorder is a free recorder that can capture content of screen, individual windows or tabs. You can save the recorded video file to your computer and Google Drive directly. Just click the record button and you can capture screen and record as a video file. This recorder only supports the latest browsers.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | icoloanbecehinobmflpeglknkplbfbm |
Επίσημο URL | https://chrome.google.com/webstore/detail/screen-capture-to-video-f/icoloanbecehinobmflpeglknkplbfbm |
Περιγραφή | This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive. |
Μέγεθος Αρχείου | 30.62 KB |
Αριθμός Εγκαταστάσεων | 1,931 |
Τρέχουσα Έκδοση | 1.0.1.2 |
Τελευταία Ενημέρωση | 2020-10-16 |
Ημερομηνία Δημοσίευσης | 2020-10-16 |
Αξιολόγηση | 3.52/5 Συνολικά 106 Αξιολογήσεις |
Προγραμματιστής | Smart Software |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://imclient.herokuapp.com/screencapture/ |
URL της Σελίδας Πολιτικής Απορρήτου | http://iblogbox.com/chrome/tos.php |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "background": { "page": "background.html" }, "default_locale": "en_US", "description": "__MSG_ext_description__", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png" }, "browser_action": { "default_icon": "images\/icon32.png", "default_title": "__MSG_ext_name__" }, "name": "__MSG_ext_name__", "permissions": [], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "18.0.0.0", "version": "1.0.1.2" } |