HackerRank : Screen Share
An extension to allow you to share your screen in CodePair
Qu'est-ce que HackerRank : Screen Share ?
HackerRank : Screen Share est une extension Chrome développée par https://www.hackerrank.com, et sa fonction principale est "An extension to allow you to share your screen in CodePair".
Télécharger le fichier CRX de l'extension HackerRank : Screen Share
Téléchargez les fichiers d'extension HackerRank : Screen Share au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | HackerRank : Screen Share |
ID | eekolhmjgohcojnmpencfoklijgjmndj |
URL Officiel | https://chromewebstore.google.com/detail/hackerrank-screen-share/eekolhmjgohcojnmpencfoklijgjmndj |
Description | An extension to allow you to share your screen in CodePair |
Taille du Fichier | 41.96 KB |
Nombre d'Installations | 28 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-06-19 |
Date de Publication | 2018-06-19 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://www.hackerrank.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |