.CWC 파일 확장자
Coding with Chrome JavaScript File
| 개발사 | |
| 인기도 |
3.0 | 3 투표 |
CWC 파일이란 무엇인가요?
A CWC file is a source code file created in Coding with Chrome, an educational integrated development environment (IDE). It contains JavaScript used to execute basic programs. Developers create CWC files in Coding with Chrome's Blockly and JavaScript code editors.
추가 정보
Coding with Chrome is a Google Chrome application that allows aspiring developers to learn the basics of coding. Novice developers can use Coding with Chrome's block-based development environment, Blockly, to create basic programs, while those who have graduated to a text-based development environment can write programs directly in JavaScript, Python, and CoffeeScript.
When a Coding with Chrome user creates a JavaScript-based program, Coding with Chrome saves the user's program in a CWC file. All programs that developers create in Blockly are saved in CWC files, as are all JavaScript-based programs that developers create in Coding with Chrome's text-based development environment.
CWC 파일을 여는 방법
While you can open a CWC file in any text editor, CWC files are meant to be opened in Coding with Chrome (web). To open a CWC file in Coding with Chrome, you must:
- Add Coding with Chrome to Google Chrome.
- Enter chrome://apps in Chrome's search bar and open Coding with Chrome.
- Open Coding with Chrome's sandwich bar menu and select Open file.
- Navigate to and open your CWC file.
