.WB 파일 확장자
Web Blox Project
| 개발사 | Daffy22 |
| 인기도 |
1.0 | 1 투표 |
WB 파일이란 무엇인가요?
A WB file is a development project created by Web Blox, a modified version of MIT Scratch 1.4. It contains a webpage created using the Scratch programming language. WB files can be opened only in Web Blox, and not in the default version of Scratch.
추가 정보
Scratch is a block-based development environment used by children (and other novice programmers) learning how to code. Web Blox is a version of Scratch 1.4 that has been modified to allow developers to create HTML webpages, using custom Scratch blocks.
While the default version of Scratch 1.4 saves developers' projects as .SB files, Web Blox saves developers' projects as WB files. This custom extension denotes that the project was created by (and can be opened only by) Web Blox.
WB 파일을 여는 방법
You can open a WB file with Web Blox (Windows). To do so, select File → Open from the program's menu bar. Then, navigate to and open your WB file.
WB 파일을 변환하는 방법
You can use Web Blox to convert the webpage a WB file describes to an .HTML file, which you can then open in your web browser (or any other program that supports HTML files). To do so:
- Open your WB file with Web Blox.
- Select Compile → Compile.
- When the Compiler window appears, click Compile.
Web Blox will then save the HTML version of your webpage in the same folder as your WB file.
