Mandala Maker

Make beautiful and intricate mandala drawings with few easy steps

Mandala Maker là gì?

Mandala Maker là một tiện ích mở rộng Chrome được phát triển bởi Bhupesh Singh, và tính năng chính của nó là "Make beautiful and intricate mandala drawings with few easy steps".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Mandala Maker 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

                        ● It has a lot of customization options, where you can change the canvas symmetry, background color, brush settings, apply shadows, and much more.

● It even has some predefined patterns which you can use to draw.

★ Features ★

📍 Canvas Customization
- you can change the background color
- can change the canvas center
- apply center at the touch
- canvas mirroring

📍 Brush Customization
- multiple brushes styles
- different color types
- random color selection
- change brush sizes and type

📍 Shadow Properties
- apply random shadow
- select different shadow sizes and color

📍 Patterns
- select from predefined patterns
- multiple patterns to draw with                    

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

Tên Mandala Maker Mandala Maker
ID fcikkiabdeaddpnnfeodgmmmeencpfom
URL Chính Thức https://chromewebstore.google.com/detail/mandala-maker/fcikkiabdeaddpnnfeodgmmmeencpfom
Mô tả Make beautiful and intricate mandala drawings with few easy steps
Kích Thước Tệp 518 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2024-01-21
Ngày Phát Hành 2022-03-26
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Bhupesh Singh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://direct.me/bhupesh
URL Trang Trợ Giúp https://direct.me/bhupesh
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mandala Maker",
    "version": "0.0.2",
    "manifest_version": 3,
    "description": "Make beautiful and intricate mandala drawings with few easy steps",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo\/logo-16.png",
            "32": "\/images\/logo\/logo-32.png",
            "48": "\/images\/logo\/logo-48.png",
            "128": "\/images\/logo\/logo-128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo\/logo-16.png",
        "32": "\/images\/logo\/logo-32.png",
        "48": "\/images\/logo\/logo-48.png",
        "128": "\/images\/logo\/logo-128.png"
    },
    "options_page": "about.html",
    "permissions": [
        "storage"
    ]
}