Divi Builder guide
How to use Divi Builder
什麼是Divi Builder guide?
Divi Builder guide是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“How to use Divi Builder”。
擴展截圖
下載Divi Builder guide擴展crx文件
下載Divi Builder guide擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The Divi Builder comes in two forms: The standard “Back-end Builder” and the front-end “Visual Builder.” Both interfaces allow you to build exactly the same types of websites with the same content elements and design settings. The only difference is the interface. The Back-end Builder lives inside of the WordPress Dashboard and it can be accessed along with all of the other standard WordPress settings. It sits inside the WordPress UI and replaces the standard WordPress post editor. It’s great for making quick changes while you are inside the dashboard, but it’s also confined by the dashboard and is rendered as a block-based representation of your website. This tutorial will be focusing only on the visual builder. Check out this guide for detailed guide and live demo http://bestwordpressthemes2020.com/divi-builder/
擴展基本資訊
名稱 | Divi Builder guide |
ID | fmihhlipankbibmkockelgbolbodpdob |
官方網址 | https://chromewebstore.google.com/detail/divi-builder-guide/fmihhlipankbibmkockelgbolbodpdob |
簡介 | How to use Divi Builder |
檔案大小 | 40.57 KB |
安裝次數 | 80 |
目前版本 | 0.0.1 |
更新時間 | 2020-01-02 |
上架時間 | 2020-01-01 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Unknown |
付費類型 | free |
擴展官網 | http://bestwordpressthemes2020.com/divi-builder/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Divi Builder guide", "version": "0.0.1", "manifest_version": 2, "description": "How to use Divi Builder", "homepage_url": "https:\/\/artsnet.org\/divi-builder\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "How to use Divi Builder", "default_popup": "src\/browser_action\/browser_action.html" } } |