Screen Recorder
Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab)
Что такое Screen Recorder?
Screen Recorder - это расширение Chrome, разработанное Erich Behrens, и его основная функция - "Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab)".
Снимки экрана расширения
Скачать файл CRX расширения Screen Recorder
Скачайте файлы расширений Screen Recorder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Chrome extension to record a video from the camera or capture it from the screen (desktop, specific application window or Chrome tab). Free to use No signup required No watermarks Record unlimited videos What's new - Autosave videos and recover your recordings after a crash. - Record audio from microphone and system together. - Recorded video can be seeked/skipped while playing. - Record screen and camera (more settings coming soon). - Warning before permanently deleting an unsaved video.
Основная информация о расширении
Название | Screen Recorder |
ID | hniebljpgcogalllopnjokppmgbhaden |
Официальный URL | https://chromewebstore.google.com/detail/screen-recorder/hniebljpgcogalllopnjokppmgbhaden |
Описание | Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab) |
Размер файла | 253 KB |
Количество установок | 2,419,487 |
Текущая Версия | 3.3.0 |
Последнее Обновление | 2021-05-16 |
Дата публикации | 2019-03-17 |
Рейтинг | 3.82/5 Всего 1537 оценок |
Разработчик | Erich Behrens |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://scre.io |
URL страницы помощи | https://support.scre.io |
URL страницы политики конфиденциальности | https://scre.io/privacy-browser-extension |
Поддерживаемые языки | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "3.3.0", "minimum_chrome_version": "70", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "background": { "scripts": [ ".\/background.js" ] }, "browser_action": { "default_icon": "img\/128.png" }, "options_page": "index.html#\/settings", "permissions": [ "desktopCapture" ], "offline_enabled": true } |