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