HackerRank : Screen Share
An extension to allow you to share your screen in CodePair
HackerRank : Screen Shareคืออะไร?
HackerRank : Screen Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.hackerrank.com และคุณลักษณะหลักของมันคือ "An extension to allow you to share your screen in CodePair"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HackerRank : Screen Share
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
} | |