PathPresenter Screen Recorder

Enables free screen recording with PathPresenter!

Co je PathPresenter Screen Recorder?

PathPresenter Screen Recorder je rozšíření Chrome vyvinuté https://pathpresenter.net, a jeho hlavní funkcí je „Enables free screen recording with PathPresenter!“.

Stáhnout soubor CRX rozšíření PathPresenter Screen Recorder

Stáhněte si soubory rozšíření PathPresenter Screen Recorder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Enables free screen recording with PathPresenter!                    

Základní Informace o Rozšíření

Název PathPresenter Screen Recorder PathPresenter Screen Recorder
ID hpcclfklbiodojmkemnndidggbmlflmk
Oficiální URL https://chrome.google.com/webstore/detail/pathpresenter-screen-reco/hpcclfklbiodojmkemnndidggbmlflmk
Popis Enables free screen recording with PathPresenter!
Velikost souboru 70.89 KB
Počet instalací 15
Aktuální Verze 1.1
Poslední Aktualizace 2017-12-27
Datum Vydání 2017-12-27
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář https://pathpresenter.net
Typ Platby free
Webové stránky Rozšíření https://pathpresenter.net/
URL Stránky Nápovědy https://pathpresenter.net/
Podporované Jazyky 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"
}