Mandala Maker

Make beautiful and intricate mandala drawings with few easy steps

Mandala Makerคืออะไร?

Mandala Maker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bhupesh Singh และคุณลักษณะหลักของมันคือ "Make beautiful and intricate mandala drawings with few easy steps"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        ● 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                    

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

ชื่อ Mandala Maker Mandala Maker
ID fcikkiabdeaddpnnfeodgmmmeencpfom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mandala-maker/fcikkiabdeaddpnnfeodgmmmeencpfom
คำอธิบาย Make beautiful and intricate mandala drawings with few easy steps
ขนาดไฟล์ 518 KB
จำนวนการติดตั้ง 4,000
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2024-01-21
วันที่เผยแพร่ 2022-03-26
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Bhupesh Singh
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://direct.me/bhupesh
URL หน้าช่วยเหลือ https://direct.me/bhupesh
ภาษาที่รองรับ 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"
    ]
}