EasyLogic Studio
Fantastic Web Design Tool
ما هو EasyLogic Studio؟
EasyLogic Studio هو إضافة Chrome تم تطويرها بواسطة http://easylogic.studio، والميزة الرئيسية لها هي "Fantastic Web Design Tool".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة EasyLogic Studio
قم بتنزيل ملفات الامتداد EasyLogic Studio بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a simple web editor with many features (box-shadow, filter, border, radius, animation with keyframe and support css variables)
معلومات أساسية عن التمديد
الاسم | |
ID | nnmeceneinoijeaabkapngcmamcdaead |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/easylogic-studio/nnmeceneinoijeaabkapngcmamcdaead |
الوصف | Fantastic Web Design Tool |
حجم الملف | 545 KB |
عدد التثبيتات | 172 |
النسخة الحالية | 0.10.19 |
آخر تحديث | 2021-06-05 |
تاريخ النشر | 2020-06-16 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | http://easylogic.studio |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.easylogic.studio/ |
عنوان صفحة المساعدة | https://github.com/easylogic/editor |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.10.19", "name": "EasyLogic Studio", "description": "Fantastic Web Design Tool ", "author": "easylogic", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "EasyLogic Studio", "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "128": "images\/icon128.png" }, "offline_enabled": true, "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'unsafe-eval' 'self';script-src-elem 'unsafe-eval' 'self' ; object-src 'self' " } |