Edit with Divi

Edit page with Divi

Edit with Divi란 무엇입니까?

Edit with Divi은(는) https://webleon.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Edit page with Divi"입니다.

확장 프로그램 스크린샷

screenshot

Edit with Divi 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
    }
}