PathPresenter Screen Recorder

Enables free screen recording with PathPresenter!

Что такое PathPresenter Screen Recorder?

PathPresenter Screen Recorder - это расширение Chrome, разработанное https://pathpresenter.net, и его основная функция - "Enables free screen recording with PathPresenter!".

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

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

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

                        Enables free screen recording with PathPresenter!                    

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

Название PathPresenter Screen Recorder PathPresenter Screen Recorder
ID hpcclfklbiodojmkemnndidggbmlflmk
Официальный URL https://chrome.google.com/webstore/detail/pathpresenter-screen-reco/hpcclfklbiodojmkemnndidggbmlflmk
Описание Enables free screen recording with PathPresenter!
Размер файла 70.89 KB
Количество установок 15
Текущая Версия 1.1
Последнее Обновление 2017-12-27
Дата публикации 2017-12-27
Рейтинг 3.00/5 Всего 2 оценок
Разработчик https://pathpresenter.net
Тип оплаты free
Официальный сайт расширения https://pathpresenter.net/
URL страницы помощи https://pathpresenter.net/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Enables free screen recording with PathPresenter!",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon_128x128.png"
    },
    "minimum_chrome_version": "34",
    "manifest_version": 2,
    "name": "PathPresenter Screen Recorder",
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "activeTab"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.pathpresenter.net\/*"
            ]
        }
    ],
    "version": "1.1"
}