Gatherhub Screen Capture

Help users to do screen casting on GatherHub.

什么是Gatherhub Screen Capture?

Gatherhub Screen Capture是由https://www.gatherhub.xyz开发的Chrome扩展程序,该扩展的主要功能是“Help users to do screen casting on GatherHub.”。

扩展截图

screenshot
screenshot

下载Gatherhub Screen Capture扩展crx文件

下载Gatherhub Screen Capture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Gatherhub Screen Capture Gatherhub Screen Capture
ID bdnieppldnkoaajefibbnpmemgfdkben
官方URL https://chromewebstore.google.com/detail/gatherhub-screen-capture/bdnieppldnkoaajefibbnpmemgfdkben
简介 Help users to do screen casting on GatherHub.
文件大小 11.96 KB
安装次数 39
当前版本 0.1.2
更新时间 2015-12-17
上架时间 2015-12-16
评分 5.00/5 共1次评分
开发者 https://www.gatherhub.xyz
付费类型 free
支持的语言 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\/*"
        ]
    }
}