Snapcast

Screensharing utility Snapcast

Snapcastとは何ですか?

Snapcastはhttps://www.snapcast.xyzによって開発されたChromeの拡張機能で、その主な機能は「Screensharing utility Snapcast」です。

Snapcast拡張機能のCRXファイルをダウンロード

Snapcast拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Cast your screen in a snap! This extension enables screencasts within the Snapcast app.                    

拡張機能の基本情報

名前 Snapcast Snapcast
ID mljllkckippdlghlikjakkhfblngjgcn
公式URL https://chrome.google.com/webstore/detail/snapcast/mljllkckippdlghlikjakkhfblngjgcn
説明 Screensharing utility Snapcast
ファイルサイズ 4.35 KB
インストール数 27
現在のバージョン 0.0.4
最終更新日 2015-11-30
公開日 2015-11-30
開発者 https://www.snapcast.xyz
支払い方法 free
拡張機能のウェブサイト https://www.snapcast.xyz
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snapcast",
    "description": "Screensharing utility Snapcast",
    "version": "0.0.4",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": [],
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/icicle-kindling.herokuapp.com\/*",
                "https:\/\/www.snapcast.xyz\/*"
            ],
            "runs_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/icicle-kindling.herokuapp.com\/*",
            "https:\/\/www.snapcast.xyz\/*"
        ]
    }
}