Edit with Divi
Edit page with Divi
Edit with Diviとは何ですか?
Edit with Diviはhttps://webleon.deによって開発されたChromeの拡張機能で、その主な機能は「Edit page with Divi」です。
拡張機能のスクリーンショット
Edit with Divi拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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 } } |