Edit with Divi
Edit page with Divi
¿Qué es Edit with Divi?
Edit with Divi es una extensión de Chrome desarrollada por https://webleon.de, y su función principal es "Edit page with Divi".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Edit with Divi
Descarga archivos de extensión Edit with Divi en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Edit with Divi |
ID | ndnocodbhjopojahhebecdkbeenfjdoo |
URL Oficial | https://chromewebstore.google.com/detail/edit-with-divi/ndnocodbhjopojahhebecdkbeenfjdoo |
Descripción | Edit page with Divi |
Tamaño del Archivo | 12.63 KB |
Cantidad de Instalaciones | 39 |
Versión Actual | 1.1 |
Última Actualización | 2021-06-09 |
Fecha de Publicación | 2021-05-27 |
Desarrollador | https://webleon.de |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://webleon.de/edit-with-divi |
URL de la Página de Ayuda | https://webleon.de/support |
URL de la Página de Política de Privacidad | https://webleon.de/datenschutzerklaerung |
Idiomas Soportados | 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 } } |