Edit with Divi
Edit page with Divi
Qu'est-ce que Edit with Divi ?
Edit with Divi est une extension Chrome développée par https://webleon.de, et sa fonction principale est "Edit page with Divi".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Edit with Divi
Téléchargez les fichiers d'extension Edit with Divi au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Edit with Divi |
ID | ndnocodbhjopojahhebecdkbeenfjdoo |
URL Officiel | https://chromewebstore.google.com/detail/edit-with-divi/ndnocodbhjopojahhebecdkbeenfjdoo |
Description | Edit page with Divi |
Taille du Fichier | 12.63 KB |
Nombre d'Installations | 39 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2021-06-09 |
Date de Publication | 2021-05-27 |
Développeur | https://webleon.de |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://webleon.de/edit-with-divi |
URL de la Page d'Aide | https://webleon.de/support |
URL de la Page de Politique de Confidentialité | https://webleon.de/datenschutzerklaerung |
Langues Prises en Charge | 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 } } |