Edit with Divi

Edit page with Divi

Wat is Edit with Divi?

Edit with Divi is een Chrome-extensie ontwikkeld door https://webleon.de, en de belangrijkste functie is "Edit page with Divi".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Edit with Divi

Download Edit with Divi-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Edit with Divi Edit with Divi
ID ndnocodbhjopojahhebecdkbeenfjdoo
Officiële URL https://chromewebstore.google.com/detail/edit-with-divi/ndnocodbhjopojahhebecdkbeenfjdoo
Beschrijving Edit page with Divi
Bestandsgrootte 12.63 KB
Aantal Installaties 39
Huidige Versie 1.1
Laatst Bijgewerkt 2021-06-09
Publicatiedatum 2021-05-27
Ontwikkelaar https://webleon.de
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://webleon.de/edit-with-divi
Help Pagina-URL https://webleon.de/support
URL van de Privacybeleid Pagina https://webleon.de/datenschutzerklaerung
Ondersteunde Talen 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
    }
}