HackerRank : Screen Share
An extension to allow you to share your screen in CodePair
Wat is HackerRank : Screen Share?
HackerRank : Screen Share is een Chrome-extensie ontwikkeld door https://www.hackerrank.com, en de belangrijkste functie is "An extension to allow you to share your screen in CodePair".
Download het CRX-bestand van de extensie HackerRank : Screen Share
Download HackerRank : Screen Share-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | HackerRank : Screen Share |
ID | eekolhmjgohcojnmpencfoklijgjmndj |
Officiële URL | https://chromewebstore.google.com/detail/hackerrank-screen-share/eekolhmjgohcojnmpencfoklijgjmndj |
Beschrijving | An extension to allow you to share your screen in CodePair |
Bestandsgrootte | 41.96 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-06-19 |
Publicatiedatum | 2018-06-19 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.hackerrank.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |