HackerRank : Screen Share
An extension to allow you to share your screen in CodePair
什么是HackerRank : Screen Share?
HackerRank : Screen Share是由https://www.hackerrank.com开发的Chrome扩展程序,该扩展的主要功能是“An extension to allow you to share your screen in CodePair”。
下载HackerRank : Screen Share扩展crx文件
下载HackerRank : Screen Share扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | eekolhmjgohcojnmpencfoklijgjmndj |
| 官方URL | https://chromewebstore.google.com/detail/hackerrank-screen-share/eekolhmjgohcojnmpencfoklijgjmndj |
| 简介 | An extension to allow you to share your screen in CodePair |
| 文件大小 | 41.96 KB |
| 安装次数 | 28 |
| 当前版本 | 1.0 |
| 更新时间 | 2018-06-19 |
| 上架时间 | 2018-06-19 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://www.hackerrank.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "HackerRank : Screen Share",
"description": "An extension to allow you to share your screen in CodePair",
"version": "1.0",
"manifest_version": 2,
"background": {
"scripts": [
"extension.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/*.hackerrank.net\/*"
]
},
"browser_action": {
"default_icon": ".\/icons\/mainIcon.png"
},
"icons": {
"16": ".\/icons\/16Logo.png",
"48": ".\/icons\/48Logo.png",
"128": ".\/icons\/128Logo.png"
},
"permissions": [
"desktopCapture"
]
} | |