PageRecorder

PageRecorder allows you to capture video of tab content and your interaction with it

Что такое PageRecorder?

PageRecorder - это расширение Chrome, разработанное John Jablonski, и его основная функция - "PageRecorder allows you to capture video of tab content and your interaction with it".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения PageRecorder

Скачайте файлы расширений PageRecorder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название PageRecorder PageRecorder
ID dakkiophamaidagbmajedjpmkplgpkcb
Официальный URL https://chrome.google.com/webstore/detail/pagerecorder/dakkiophamaidagbmajedjpmkplgpkcb
Описание PageRecorder allows you to capture video of tab content and your interaction with it
Размер файла 20.62 KB
Количество установок 16
Текущая Версия 0.1.0
Последнее Обновление 2016-11-20
Дата публикации 2016-11-20
Разработчик John Jablonski
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}