PageRecorder
PageRecorder allows you to capture video of tab content and your interaction with it
Qu'est-ce que PageRecorder ?
PageRecorder est une extension Chrome développée par John Jablonski, et sa fonction principale est "PageRecorder allows you to capture video of tab content and your interaction with it".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PageRecorder
Téléchargez les fichiers d'extension PageRecorder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | dakkiophamaidagbmajedjpmkplgpkcb |
URL Officiel | https://chrome.google.com/webstore/detail/pagerecorder/dakkiophamaidagbmajedjpmkplgpkcb |
Description | PageRecorder allows you to capture video of tab content and your interaction with it |
Taille du Fichier | 20.62 KB |
Nombre d'Installations | 16 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2016-11-20 |
Date de Publication | 2016-11-20 |
Développeur | John Jablonski |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |