HackerRank : Screen Share
An extension to allow you to share your screen in CodePair
Cos'è HackerRank : Screen Share?
HackerRank : Screen Share è un'estensione di Chrome sviluppata da https://www.hackerrank.com, e la sua funzione principale è "An extension to allow you to share your screen in CodePair".
Scarica il file CRX dell'estensione HackerRank : Screen Share
Scarica i file di estensione HackerRank : Screen Share in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | eekolhmjgohcojnmpencfoklijgjmndj |
| URL Ufficiale | https://chromewebstore.google.com/detail/hackerrank-screen-share/eekolhmjgohcojnmpencfoklijgjmndj |
| Descrizione | An extension to allow you to share your screen in CodePair |
| Dimensione del File | 41.96 KB |
| Conteggio Installazioni | 28 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2018-06-19 |
| Data di Pubblicazione | 2018-06-19 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://www.hackerrank.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |