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 |
| 官方網址 | 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"
]
} | |