PathPresenter Screen Recorder

Enables free screen recording with PathPresenter!

Co to jest PathPresenter Screen Recorder?

PathPresenter Screen Recorder to rozszerzenie Chrome opracowane przez https://pathpresenter.net, a jego główną funkcją jest „Enables free screen recording with PathPresenter!”.

Pobierz plik CRX rozszerzenia PathPresenter Screen Recorder

Pobierz pliki rozszerzeń PathPresenter 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

                        Enables free screen recording with PathPresenter!                    

Podstawowe informacje o rozszerzeniu

Nazwa PathPresenter Screen Recorder PathPresenter Screen Recorder
ID hpcclfklbiodojmkemnndidggbmlflmk
Oficjalny URL https://chrome.google.com/webstore/detail/pathpresenter-screen-reco/hpcclfklbiodojmkemnndidggbmlflmk
Opis Enables free screen recording with PathPresenter!
Rozmiar pliku 70.89 KB
Liczba instalacji 15
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2017-12-27
Data Publikacji 2017-12-27
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper https://pathpresenter.net
Typ Płatności free
Strona Rozszerzenia https://pathpresenter.net/
Adres URL Strony Pomocy https://pathpresenter.net/
Obsługiwane Języki 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"
}