EasyLogic Studio

Fantastic Web Design Tool

EasyLogic Studio là gì?

EasyLogic Studio là một tiện ích mở rộng Chrome được phát triển bởi http://easylogic.studio, và tính năng chính của nó là "Fantastic Web Design Tool".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng EasyLogic Studio

Tải xuống các tệp mở rộng EasyLogic Studio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EasyLogic Studio EasyLogic Studio
ID nnmeceneinoijeaabkapngcmamcdaead
URL Chính Thức https://chrome.google.com/webstore/detail/easylogic-studio/nnmeceneinoijeaabkapngcmamcdaead
Mô tả Fantastic Web Design Tool
Kích Thước Tệp 545 KB
Số Lần Cài Đặt 172
Phiên Bản Hiện Tại 0.10.19
Cập Nhật Lần Cuối 2021-06-05
Ngày Phát Hành 2020-06-16
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://easylogic.studio
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.easylogic.studio/
URL Trang Trợ Giúp https://github.com/easylogic/editor
Ngôn Ngữ Được Hỗ Trợ 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' "
}