Peeps.Chat
This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.
Peeps.Chatとは何ですか?
Peeps.Chatはhttps://peeps.chatによって開発されたChromeの拡張機能で、その主な機能は「This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.」です。
拡張機能のスクリーンショット
Peeps.Chat拡張機能のCRXファイルをダウンロード
Peeps.Chat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will allow you to share your screen with everyone that came to your personal peeps.chat site. Anyone on your site can view your screen in a window or they can use full screen in order to see everything more clearly. Peeps.chat sites are built with a new Real time communications software called webRTC and requires browsers such as Chrome, Firefox or Opera in order to run properly.
拡張機能の基本情報
名前 | Peeps.Chat |
ID | pcjpmbeahidbndmjeenokfangoaapjkm |
公式URL | https://chromewebstore.google.com/detail/peepschat/pcjpmbeahidbndmjeenokfangoaapjkm |
説明 | This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site. |
ファイルサイズ | 7.92 KB |
インストール数 | 60 |
現在のバージョン | 1.1.2 |
最終更新日 | 2016-09-30 |
公開日 | 2016-09-30 |
開発者 | https://peeps.chat |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://peeps.chat |
プライバシーポリシーページのURL | https://peeps.chat |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Peeps.Chat", "author": "James", "version": "1.1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.", "homepage_url": "https:\/\/peeps.chat\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/peeps.chat\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |