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" ] } |