Screen Recorder
Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab)
Co to jest Screen Recorder?
Screen Recorder to rozszerzenie Chrome opracowane przez Erich Behrens, a jego główną funkcją jest „Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Screen Recorder
Pobierz pliki rozszerzeń Screen Recorder 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Screen Recorder |
ID | hniebljpgcogalllopnjokppmgbhaden |
Oficjalny URL | https://chromewebstore.google.com/detail/screen-recorder/hniebljpgcogalllopnjokppmgbhaden |
Opis | Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab) |
Rozmiar pliku | 253 KB |
Liczba instalacji | 2,419,487 |
Aktualna Wersja | 3.3.0 |
Ostatnia Aktualizacja | 2021-05-16 |
Data Publikacji | 2019-03-17 |
Ocena | 3.82/5 Łącznie 1537 Oceny |
Deweloper | Erich Behrens |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://scre.io |
Adres URL Strony Pomocy | https://support.scre.io |
Adres URL Strony Polityki Prywatności | https://scre.io/privacy-browser-extension |
Obsługiwane Języki | 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 } |