Gatherhub Screen Capture

Help users to do screen casting on GatherHub.

Co je Gatherhub Screen Capture?

Gatherhub Screen Capture je rozšíření Chrome vyvinuté https://www.gatherhub.xyz, a jeho hlavní funkcí je „Help users to do screen casting on GatherHub.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Gatherhub Screen Capture

Stáhněte si soubory rozšíření Gatherhub Screen Capture 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í

                        This extension could help to do screen capture automatically when you use the screen casting feature on www.gatherhub.com.                    

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

Název Gatherhub Screen Capture Gatherhub Screen Capture
ID bdnieppldnkoaajefibbnpmemgfdkben
Oficiální URL https://chromewebstore.google.com/detail/gatherhub-screen-capture/bdnieppldnkoaajefibbnpmemgfdkben
Popis Help users to do screen casting on GatherHub.
Velikost souboru 11.96 KB
Počet instalací 39
Aktuální Verze 0.1.2
Poslední Aktualizace 2015-12-17
Datum Vydání 2015-12-16
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://www.gatherhub.xyz
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gatherhub Screen Capture",
    "description": "Help users to do screen casting on GatherHub.",
    "version": "0.1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "browser_action": {
        "default_icon": "ghub-16.png"
    },
    "icons": {
        "16": "ghub-16.png",
        "48": "ghub-48.png",
        "128": "ghub-128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.gatherhub.xyz\/*",
                "https:\/\/www.gatherhub.com\/*",
                "https:\/\/192.168.10.10\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.gatherhub.xyz\/*",
            "https:\/\/www.gatherhub.com\/*",
            "https:\/\/192.168.10.10\/*"
        ]
    }
}