WebPage Builder
Wysiwyg web page editor. Build your web templates without coding
WebPage Builder क्या है?
WebPage Builder NewBauhaus41 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Wysiwyg web page editor. Build your web templates without coding"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WebPage Builder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } } |