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