24HourAnswers whiteboard screen sharing
Enables screen sharing from the whiteboard on 24HourAnswers.com
什么是24HourAnswers whiteboard screen sharing?
24HourAnswers whiteboard screen sharing是由http://www.24houranswers.com开发的Chrome扩展程序,该扩展的主要功能是“Enables screen sharing from the whiteboard on 24HourAnswers.com”。
扩展截图
下载24HourAnswers whiteboard screen sharing扩展crx文件
下载24HourAnswers whiteboard screen sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This app enables screen sharing in the whiteboard found on 24HourAnswers.com
扩展基本信息
名称 | |
ID | cngccmhpnjalabkhjkmoidaojddidfng |
官方URL | https://chrome.google.com/webstore/detail/24houranswers-whiteboard/cngccmhpnjalabkhjkmoidaojddidfng |
简介 | Enables screen sharing from the whiteboard on 24HourAnswers.com |
文件大小 | 24.26 KB |
安装次数 | 170 |
当前版本 | 1.0.3 |
更新时间 | 2015-09-15 |
上架时间 | 2015-09-15 |
评分 | 5.00/5 共1次评分 |
开发者 | http://www.24houranswers.com |
付费类型 | free |
扩展官网 | http://www.24houranswers.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "24HourAnswers whiteboard screen sharing", "description": "Enables screen sharing from the whiteboard on 24HourAnswers.com", "version": "1.0.3", "manifest_version": 2, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.24houranswers.com\/*", "*:\/\/*.collegetutoronline.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "externally_connectable": { "matches": [ "*:\/\/*.24houranswers.com\/*", "*:\/\/*.collegetutoronline.com\/*" ] } } |