Edit with Divi
Edit page with Divi
Cos'è Edit with Divi?
Edit with Divi è un'estensione di Chrome sviluppata da https://webleon.de, e la sua funzione principale è "Edit page with Divi".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Edit with Divi
Scarica i file di estensione Edit with Divi in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Edit with Divi |
ID | ndnocodbhjopojahhebecdkbeenfjdoo |
URL Ufficiale | https://chromewebstore.google.com/detail/edit-with-divi/ndnocodbhjopojahhebecdkbeenfjdoo |
Descrizione | Edit page with Divi |
Dimensione del File | 12.63 KB |
Conteggio Installazioni | 39 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-06-09 |
Data di Pubblicazione | 2021-05-27 |
Sviluppatore | https://webleon.de |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://webleon.de/edit-with-divi |
URL della Pagina di Aiuto | https://webleon.de/support |
URL della Pagina della Politica sulla Privacy | https://webleon.de/datenschutzerklaerung |
Lingue Supportate | 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 } } |