HackerRank : Screen Share
An extension to allow you to share your screen in CodePair
HackerRank : Screen Share là gì?
HackerRank : Screen Share là một tiện ích mở rộng Chrome được phát triển bởi https://www.hackerrank.com, và tính năng chính của nó là "An extension to allow you to share your screen in CodePair".
Tải xuống tệp CRX của tiện ích mở rộng HackerRank : Screen Share
Tải xuống các tệp mở rộng HackerRank : Screen Share dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HackerRank : Screen Share |
ID | eekolhmjgohcojnmpencfoklijgjmndj |
URL Chính Thức | https://chromewebstore.google.com/detail/hackerrank-screen-share/eekolhmjgohcojnmpencfoklijgjmndj |
Mô tả | An extension to allow you to share your screen in CodePair |
Kích Thước Tệp | 41.96 KB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-06-19 |
Ngày Phát Hành | 2018-06-19 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.hackerrank.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |