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
官方網址 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\/*"
        ]
    }
}