Edit with Divi

Edit page with Divi

Τι είναι το Edit with Divi;

Το Edit with Divi είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://webleon.de, και η κύρια λειτουργία του είναι "Edit page with Divi".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Edit with Divi

Λήψη αρχείων επέκτασης Edit with Divi σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
    }
}