Edit with Divi

Edit page with Divi

O que é Edit with Divi?

Edit with Divi é uma extensão do Chrome desenvolvida por https://webleon.de, e sua principal característica é "Edit page with Divi".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Edit with Divi

Baixe arquivos de extensão Edit with Divi no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Edit with Divi Edit with Divi
ID ndnocodbhjopojahhebecdkbeenfjdoo
URL Oficial https://chromewebstore.google.com/detail/edit-with-divi/ndnocodbhjopojahhebecdkbeenfjdoo
Descrição Edit page with Divi
Tamanho do Arquivo 12.63 KB
Contagem de Instalações 39
Versão Atual 1.1
Última Atualização 2021-06-09
Data de Publicação 2021-05-27
Desenvolvedor https://webleon.de
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://webleon.de/edit-with-divi
URL da Página de Ajuda https://webleon.de/support
URL da Página de Política de Privacidade https://webleon.de/datenschutzerklaerung
Idiomas Suportados 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
    }
}