EasyLogic Studio

Fantastic Web Design Tool

EasyLogic Studioคืออะไร?

EasyLogic Studio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://easylogic.studio และคุณลักษณะหลักของมันคือ "Fantastic Web Design Tool"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EasyLogic Studio

ดาวน์โหลดไฟล์ส่วนขยาย EasyLogic Studio ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is a simple web editor with many features (box-shadow,  filter,  border,  radius, animation with keyframe and support css variables)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ EasyLogic Studio EasyLogic Studio
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/
URL หน้าช่วยเหลือ 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' "
}