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.
Co to jest Screen Capture to Video File?
Screen Capture to Video File to rozszerzenie Chrome opracowane przez Smart Software, a jego główną funkcją jest „This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Screen Capture to Video File
Pobierz pliki rozszerzeń Screen Capture to Video File w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | icoloanbecehinobmflpeglknkplbfbm |
Oficjalny URL | https://chrome.google.com/webstore/detail/screen-capture-to-video-f/icoloanbecehinobmflpeglknkplbfbm |
Opis | This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive. |
Rozmiar pliku | 30.62 KB |
Liczba instalacji | 1,931 |
Aktualna Wersja | 1.0.1.2 |
Ostatnia Aktualizacja | 2020-10-16 |
Data Publikacji | 2020-10-16 |
Ocena | 3.52/5 Łącznie 106 Oceny |
Deweloper | Smart Software |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://imclient.herokuapp.com/screencapture/ |
Adres URL Strony Polityki Prywatności | http://iblogbox.com/chrome/tos.php |
Obsługiwane Języki | 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" } |