Edit with Divi
Edit page with Divi
Hvad er Edit with Divi?
Edit with Divi er en Chrome-udvidelse udviklet af https://webleon.de, og dens hovedfunktion er "Edit page with Divi".
Udvidelsesskærmbilleder
Download Edit with Divi-udvidelses-CRX-fil
Download Edit with Divi-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ndnocodbhjopojahhebecdkbeenfjdoo |
| Officiel URL | https://chromewebstore.google.com/detail/edit-with-divi/ndnocodbhjopojahhebecdkbeenfjdoo |
| Beskrivelse | Edit page with Divi |
| Filstørrelse | 12.63 KB |
| Antal Installationer | 39 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2021-06-09 |
| Udgivelsesdato | 2021-05-27 |
| Udvikler | https://webleon.de |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://webleon.de/edit-with-divi |
| Hjælpeside-URL | https://webleon.de/support |
| URL til Fortrolighedspolitik Side | https://webleon.de/datenschutzerklaerung |
| Understøttede Sprog | 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
}
} | |