Edit with Divi

Edit page with Divi

Edit with Divi là gì?

Edit with Divi là một tiện ích mở rộng Chrome được phát triển bởi https://webleon.de, và tính năng chính của nó là "Edit page with Divi".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Edit with Divi

Tải xuống các tệp mở rộng Edit with Divi dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Edit with Divi Edit with Divi
ID ndnocodbhjopojahhebecdkbeenfjdoo
URL Chính Thức https://chromewebstore.google.com/detail/edit-with-divi/ndnocodbhjopojahhebecdkbeenfjdoo
Mô tả Edit page with Divi
Kích Thước Tệp 12.63 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-06-09
Ngày Phát Hành 2021-05-27
Nhà Phát Triển https://webleon.de
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://webleon.de/edit-with-divi
URL Trang Trợ Giúp https://webleon.de/support
URL Trang Chính Sách Bảo Mật https://webleon.de/datenschutzerklaerung
Ngôn Ngữ Được Hỗ Trợ 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
    }
}