Pychat Screensharing Extension
This extension allows to shareScreen during a call for pychat.org.
什么是Pychat Screensharing Extension?
Pychat Screensharing Extension是由deathangel908开发的Chrome扩展程序,该扩展的主要功能是“This extension allows to shareScreen during a call for pychat.org.”。
下载Pychat Screensharing Extension扩展crx文件
下载Pychat Screensharing Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You need to share a screen? Applications like teamviewer/skype requires installation or some setup, or your friend may not have it. Then https://pychat.org is for you. Just make a call with your fellow, and click on share screen button.
扩展基本信息
名称 | ![]() |
ID | cnlplcfdldebgdlcmpkafcialnbopedn |
官方URL | https://chrome.google.com/webstore/detail/pychat-screensharing-exte/cnlplcfdldebgdlcmpkafcialnbopedn |
简介 | This extension allows to shareScreen during a call for pychat.org. |
文件大小 | 7.56 KB |
安装次数 | 14 |
当前版本 | 1.0.1 |
更新时间 | 2017-12-24 |
上架时间 | 2017-12-24 |
评分 | 4.00/5 共1次评分 |
开发者 | deathangel908 |
付费类型 | free |
扩展官网 | https://pychat.org |
帮助页面URL | https://github.com/Deathangel908/djangochat/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pychat Screensharing Extension", "description": "This extension allows to shareScreen during a call for pychat.org.", "version": "1.0.1", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk2Ad9n6KHqF5MZ9lR9scs2b5LqeBXoBwWCwoTUYekVqKnytVHr1p0j6oR0bme6AFkSVDAMMK0NtP2+J7\/ZKHJoX+GDxUc9+av8auIbu2asEPtHv05TAMWpkmD0CRReYQnZJfpRYm65gIrNyrqbi8SgEAxdp3vxfQ2ctXPiM9Zpya10ofee7250YCrfUTo6Pn2sygt8yMtcz\/mu\/t2tNFcK0LVt7H98eFAnm94nYUvzGT7thTDpK6zyrHYRHnNaoRg2a6miNywuM2T64SqgD5EtmP7bKzBAWQdgYGOj7vv+5Hj244Gb35mghU0UjhQQzPWNyXaTF1JVG\/+txqD3ZMCQIDAQAB", "author": "[email protected] https:\/\/github.com\/Deathangel908", "manifest_version": 2, "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "https:\/\/pychat.org\/*" ] }, "permissions": [ "desktopCapture", "tabs" ] } |