Edit with Divi
Edit page with Divi
什么是Edit with Divi?
Edit with Divi是由https://webleon.de开发的Chrome扩展程序,该扩展的主要功能是“Edit page with Divi”。
扩展截图
下载Edit with Divi扩展crx文件
下载Edit with Divi扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a very light extension to allow Divi site owners to quickly call the front end builder on their WordPress Divi pages.
WordPress frontend development works best with the admin-bar turned off. This also hides the "Edit with Divi" button that the toolbar offers. This plugin, when pressed, is triggering the Divi frontend builder in a new tab, so you don't have to go to backend -> pages in order to find and edit your desired page.
Very simple and lightweight, all this extension does is "current url" + "?et_fb=1" -> in new tab. 扩展基本信息
| 名称 | |
| ID | ndnocodbhjopojahhebecdkbeenfjdoo |
| 官方URL | https://chromewebstore.google.com/detail/edit-with-divi/ndnocodbhjopojahhebecdkbeenfjdoo |
| 简介 | Edit page with Divi |
| 文件大小 | 12.63 KB |
| 安装次数 | 39 |
| 当前版本 | 1.1 |
| 更新时间 | 2021-06-09 |
| 上架时间 | 2021-05-27 |
| 开发者 | https://webleon.de |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://webleon.de/edit-with-divi |
| 帮助页面URL | https://webleon.de/support |
| 隐私政策页面URL | https://webleon.de/datenschutzerklaerung |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Edit with Divi",
"version": "1.1",
"description": "Edit page with Divi",
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": "images\/icon.png"
},
"icons": {
"16": "images\/icon.png",
"48": "images\/icon.png",
"128": "images\/icon.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
} | |