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\/*"
        ]
    }
}