CodinGame Sync - Ext
CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.
CodinGame Sync - Ext란 무엇입니까?
CodinGame Sync - Ext은(는) CodinGame에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor."입니다.
확장 프로그램 스크린샷
CodinGame Sync - Ext 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Keep Coding! https://www.codingame.com/forum/t/codingame-sync-beta/
확장 프로그램 기본 정보
이름 | |
ID | ldjnbdgcceengbjkalemckffhaajkehd |
공식 URL | https://chromewebstore.google.com/detail/codingame-sync-ext/ldjnbdgcceengbjkalemckffhaajkehd |
설명 | CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor. |
파일 크기 | 44.93 KB |
설치 횟수 | 10,238 |
현재 버전 | 1.1.1 Ext |
최근 업데이트 | 2022-10-06 |
출시 날짜 | 2015-12-16 |
평점 | 4.52/5 총 29 개의 평점 |
개발자 | CodinGame |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.codingame.com |
도움말 페이지 URL | https://www.codingame.com/forum/t/codingame-sync-beta |
개인정보 보호 정책 페이지 URL | https://www.codingame.com/legal/privacy-policy |
지원되는 언어 | 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" } } |