Edit with Divi
Edit page with Divi
ما هو Edit with Divi؟
Edit with Divi هو إضافة Chrome تم تطويرها بواسطة https://webleon.de، والميزة الرئيسية لها هي "Edit page with Divi".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Edit with Divi
قم بتنزيل ملفات الامتداد Edit with Divi بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | https://webleon.de/support |
عنوان صفحة سياسة الخصوصية | 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 } } |