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 |
电子邮箱 | [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" ] } |