WebPage Builder

Wysiwyg web page editor. Build your web templates without coding

Hvad er WebPage Builder?

WebPage Builder er en Chrome-udvidelse udviklet af NewBauhaus41, og dens hovedfunktion er "Wysiwyg web page editor. Build your web templates without coding".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download WebPage Builder-udvidelses-CRX-fil

Download WebPage Builder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn WebPage Builder WebPage Builder
ID pbinilemenokbbkhnfofcoeieblcffal
Officiel URL https://chromewebstore.google.com/detail/webpage-builder/pbinilemenokbbkhnfofcoeieblcffal
Beskrivelse Wysiwyg web page editor. Build your web templates without coding
Filstørrelse 990 KB
Antal Installationer 73
Nuværende Version 1.1.1
Senest Opdateret 2023-10-07
Udgivelsesdato 2020-05-04
Udvikler NewBauhaus41
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://ulmdevice.altervista.org/privacy-policy.html
Understøttede Sprog 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"
        ]
    }
}