HackerRank : Screen Share
An extension to allow you to share your screen in CodePair
O que é HackerRank : Screen Share?
HackerRank : Screen Share é uma extensão do Chrome desenvolvida por https://www.hackerrank.com, e sua principal característica é "An extension to allow you to share your screen in CodePair".
Baixar o arquivo CRX da Extensão HackerRank : Screen Share
Baixe arquivos de extensão HackerRank : Screen Share no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | HackerRank : Screen Share |
ID | eekolhmjgohcojnmpencfoklijgjmndj |
URL Oficial | https://chromewebstore.google.com/detail/hackerrank-screen-share/eekolhmjgohcojnmpencfoklijgjmndj |
Descrição | An extension to allow you to share your screen in CodePair |
Tamanho do Arquivo | 41.96 KB |
Contagem de Instalações | 28 |
Versão Atual | 1.0 |
Última Atualização | 2018-06-19 |
Data de Publicação | 2018-06-19 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.hackerrank.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |