WebPage Builder
Wysiwyg web page editor. Build your web templates without coding
WebPage Builder란 무엇입니까?
WebPage Builder은(는) NewBauhaus41에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Wysiwyg web page editor. Build your web templates without coding"입니다.
확장 프로그램 스크린샷
WebPage Builder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
What is it? WebPage Builder is multi-purpose, Web Builder Framework which combines different tools and features with the goal to help you to build HTML templates without any knowledge of coding. It's a perfect solution to replace the common WYSIWYG editors, which are good for content editing but inappropriate for creating HTML structures, CSS grid system or layout. Available end-user features - Free!! - Build your web templates without coding - Drag and drop Built-in Blocks - Simple and powerful style manager module - Responsive design with toggle device toolbar - Button for instant preview of web design - Layer manager - Asset manager to organize your media files - Internal code editor to import your template - Print web design. - Preview html and css code. You can export it as zip archive - Save whole template as html format
확장 프로그램 기본 정보
이름 | WebPage Builder |
ID | pbinilemenokbbkhnfofcoeieblcffal |
공식 URL | https://chromewebstore.google.com/detail/webpage-builder/pbinilemenokbbkhnfofcoeieblcffal |
설명 | Wysiwyg web page editor. Build your web templates without coding |
파일 크기 | 990 KB |
설치 횟수 | 73 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2023-10-07 |
출시 날짜 | 2020-05-04 |
개발자 | NewBauhaus41 |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://ulmdevice.altervista.org/privacy-policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebPage Builder", "short_name": "Wysiwyg web page editor", "description": "Wysiwyg web page editor. Build your web templates without coding", "version": "1.1.1", "minimum_chrome_version": "38", "permissions": [], "browser_action": { "default_icon": { "19": "assets\/icon_16.png", "38": "assets\/icon_128.png" } }, "icons": { "16": "assets\/icon_16.png", "128": "assets\/icon_128.png" }, "offline_enabled": true, "content_security_policy": "script-src 'self' 'unsafe-eval'; child-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'; frame-src 'self'", "background": { "scripts": [ "background.js" ] } } |