CodinGame Sync - Ext
CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.
O que é CodinGame Sync - Ext?
CodinGame Sync - Ext é uma extensão do Chrome desenvolvida por CodinGame, e sua principal característica é "CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CodinGame Sync - Ext
Baixe arquivos de extensão CodinGame Sync - Ext 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
Keep Coding! https://www.codingame.com/forum/t/codingame-sync-beta/
Informações Básicas da Extensão
Nome | |
ID | ldjnbdgcceengbjkalemckffhaajkehd |
URL Oficial | https://chromewebstore.google.com/detail/codingame-sync-ext/ldjnbdgcceengbjkalemckffhaajkehd |
Descrição | CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor. |
Tamanho do Arquivo | 44.93 KB |
Contagem de Instalações | 10,238 |
Versão Atual | 1.1.1 Ext |
Última Atualização | 2022-10-06 |
Data de Publicação | 2015-12-16 |
Classificação | 4.52/5 Total de 29 Avaliações |
Desenvolvedor | CodinGame |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.codingame.com |
URL da Página de Ajuda | https://www.codingame.com/forum/t/codingame-sync-beta |
URL da Página de Política de Privacidade | https://www.codingame.com/legal/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CodinGame Sync - Ext", "version": "1.1.1", "version_name": "1.1.1 Ext", "minimum_chrome_version": "35", "description": "CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.", "icons": { "128": "images\/icon128.png", "38": "images\/icon_codingame_sync_01.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "js": [ "lib\/jquery-1.8.2.min.js", "js\/content.js" ], "matches": [ "http:\/\/*.codingame.com\/*", "https:\/\/*.codingame.com\/*" ] } ], "content_security_policy": "script-src 'self' ; object-src 'self'", "permissions": [ "tabs" ], "page_action": { "default_title": "CG-Sync" } } |