CodinGame Sync - Ext
CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.
Qu'est-ce que CodinGame Sync - Ext ?
CodinGame Sync - Ext est une extension Chrome développée par CodinGame, et sa fonction principale est "CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CodinGame Sync - Ext
Téléchargez les fichiers d'extension CodinGame Sync - Ext 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
Keep Coding! https://www.codingame.com/forum/t/codingame-sync-beta/
Informations de Base sur l'Extension
Nom | |
ID | ldjnbdgcceengbjkalemckffhaajkehd |
URL Officiel | https://chromewebstore.google.com/detail/codingame-sync-ext/ldjnbdgcceengbjkalemckffhaajkehd |
Description | CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor. |
Taille du Fichier | 44.93 KB |
Nombre d'Installations | 10,238 |
Version Actuelle | 1.1.1 Ext |
Dernière Mise à Jour | 2022-10-06 |
Date de Publication | 2015-12-16 |
Évaluation | 4.52/5 Total 29 Évaluations |
Développeur | CodinGame |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.codingame.com |
URL de la Page d'Aide | https://www.codingame.com/forum/t/codingame-sync-beta |
URL de la Page de Politique de Confidentialité | https://www.codingame.com/legal/privacy-policy |
Langues Prises en Charge | 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" } } |