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