Screen Recorder
Capture screen recordings and save them to video files.
Co to jest Screen Recorder?
Screen Recorder to rozszerzenie Chrome opracowane przez robert.ryan.miller, a jego główną funkcją jest „Capture screen recordings and save them to video files.”.
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
Easily record your screen and save recordings locally as .webm files. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mpffdnlgeecobhimcaepepbcmlgioiph |
| Oficjalny URL | https://chromewebstore.google.com/detail/screen-recorder/mpffdnlgeecobhimcaepepbcmlgioiph |
| Opis | Capture screen recordings and save them to video files. |
| Rozmiar pliku | 16.96 KB |
| Liczba instalacji | 324 |
| Aktualna Wersja | 1.0.2 |
| Ostatnia Aktualizacja | 2022-06-07 |
| Data Publikacji | 2020-09-29 |
| Ocena | 2.00/5 Łącznie 1 Oceny |
| Deweloper | robert.ryan.miller |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.robotmiller.com/recorder/ |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Screen Recorder",
"version": "1.0.2",
"description": "Capture screen recordings and save them to video files.",
"permissions": [],
"background": {
"scripts": [
"draw-icon.js",
"background.js"
],
"persistent": true
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"32": "circle-icon-32.png"
}
},
"icons": {
"16": "circle-icon-16.png",
"48": "circle-icon-48.png",
"128": "circle-icon-128.png"
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"manifest_version": 2
} | |