HackerRank : Screen Share
An extension to allow you to share your screen in CodePair
What is HackerRank : Screen Share?
HackerRank : Screen Share is a Chrome extension developed by https://www.hackerrank.com, and its main feature is "An extension to allow you to share your screen in CodePair".
Download HackerRank : Screen Share Extension CRX File
Download HackerRank : Screen Share extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | HackerRank : Screen Share |
ID | eekolhmjgohcojnmpencfoklijgjmndj |
Official URL | https://chromewebstore.google.com/detail/hackerrank-screen-share/eekolhmjgohcojnmpencfoklijgjmndj |
Description | An extension to allow you to share your screen in CodePair |
File Size | 41.96 KB |
Installation Count | 28 |
Current Version | 1.0 |
Last Updated | 2018-06-19 |
Publish Date | 2018-06-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.hackerrank.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |