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.
扩展基本信息
名称 | |
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\/*" ] } } |