Edit with Divi
Edit page with Divi
Co je Edit with Divi?
Edit with Divi je rozšíření Chrome vyvinuté https://webleon.de, a jeho hlavní funkcí je „Edit page with Divi“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Edit with Divi
Stáhněte si soubory rozšíření Edit with Divi ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Edit with Divi |
ID | ndnocodbhjopojahhebecdkbeenfjdoo |
Oficiální URL | https://chromewebstore.google.com/detail/edit-with-divi/ndnocodbhjopojahhebecdkbeenfjdoo |
Popis | Edit page with Divi |
Velikost souboru | 12.63 KB |
Počet instalací | 39 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2021-06-09 |
Datum Vydání | 2021-05-27 |
Vývojář | https://webleon.de |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://webleon.de/edit-with-divi |
URL Stránky Nápovědy | https://webleon.de/support |
URL Stránky Zásad Ochrany Soukromí | https://webleon.de/datenschutzerklaerung |
Podporované Jazyky | 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 } } |