Edit with Divi

Edit page with Divi

Edit with Divi क्या है?

Edit with Divi https://webleon.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Edit page with Divi"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Edit with Divi एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Edit with Divi Edit with Divi
ID ndnocodbhjopojahhebecdkbeenfjdoo
आधिकारिक URL https://chromewebstore.google.com/detail/edit-with-divi/ndnocodbhjopojahhebecdkbeenfjdoo
विवरण Edit page with Divi
फ़ाइल का आकार 12.63 KB
स्थापना संख्या 39
वर्तमान संस्करण 1.1
अंतिम अपडेट 2021-06-09
प्रकाशन तिथि 2021-05-27
डेवलपर https://webleon.de
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://webleon.de/edit-with-divi
सहायता पृष्ठ URL https://webleon.de/support
गोपनीयता नीति पृष्ठ URL https://webleon.de/datenschutzerklaerung
समर्थित भाषाएँ 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
    }
}