to allow recording
Record screen, entire conference in peeps.chat site
什么是to allow recording?
to allow recording是由http://peeps.chat开发的Chrome扩展程序,该扩展的主要功能是“Record screen, entire conference in peeps.chat site”。
下载to allow recording扩展crx文件
下载to allow recording扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Peeps.chat technology uses an extension to capture your browser window in your Chrome browser. All activity inside the tab including audio will be recorded when activated. Just press the record icon and the content of your tab is recorded. This is a great feature for video tutorials, recording presentations or documenting a project or interaction. You have the option to just record your browser activity or allow desktop capturing so that anything on your computer screen will be recorded.
扩展基本信息
名称 | |
ID | fjjebedahfigkboehljeagemokjblpoa |
官方URL | https://chrome.google.com/webstore/detail/to-allow-recording/fjjebedahfigkboehljeagemokjblpoa |
简介 | Record screen, entire conference in peeps.chat site |
文件大小 | 77.63 KB |
安装次数 | 34 |
当前版本 | 1.2 |
更新时间 | 2016-10-03 |
上架时间 | 2016-10-03 |
评分 | 4.00/5 共3次评分 |
开发者 | http://peeps.chat |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://peeps.chat |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "to allow recording", "short_name": "Record Peeps.Chat", "author": "Peeps.Chat", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Record screen, entire conference in peeps.chat site", "homepage_url": "https:\/\/peeps.chat", "background": { "scripts": [ "background.js", "RecordRTC.min.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/main-icon.png", "default_title": "Record Screen" }, "icons": { "16": "images\/main-icon.png", "22": "images\/main-icon.png", "32": "images\/main-icon.png", "48": "images\/main-icon.png", "128": "images\/main-icon.png" }, "permissions": [ "desktopCapture", "storage", "tabs", " |