PageRecorder
PageRecorder allows you to capture video of tab content and your interaction with it
Co to jest PageRecorder?
PageRecorder to rozszerzenie Chrome opracowane przez John Jablonski, a jego główną funkcją jest „PageRecorder allows you to capture video of tab content and your interaction with it”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PageRecorder
Pobierz pliki rozszerzeń PageRecorder 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
PageRecorder allows you to capture video of tab content and your interaction with it. It works without calls to any external services and uses only built in Chrome APIs. Generated video is in WebM format.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dakkiophamaidagbmajedjpmkplgpkcb |
Oficjalny URL | https://chrome.google.com/webstore/detail/pagerecorder/dakkiophamaidagbmajedjpmkplgpkcb |
Opis | PageRecorder allows you to capture video of tab content and your interaction with it |
Rozmiar pliku | 20.62 KB |
Liczba instalacji | 16 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2016-11-20 |
Data Publikacji | 2016-11-20 |
Deweloper | John Jablonski |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PageRecorder", "version": "0.1.0", "description": "PageRecorder allows you to capture video of tab content and your interaction with it", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabCapture" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |