Mandala Maker

Make beautiful and intricate mandala drawings with few easy steps

Was ist Mandala Maker?

Mandala Maker ist eine Chrome-Erweiterung, die von Bhupesh Singh entwickelt wurde, und ihr Hauptmerkmal ist "Make beautiful and intricate mandala drawings with few easy steps".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Mandala Maker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mandala Maker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ● 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                    

Grundlegende Informationen zur Erweiterung

Name Mandala Maker Mandala Maker
ID fcikkiabdeaddpnnfeodgmmmeencpfom
Offizielle URL https://chromewebstore.google.com/detail/mandala-maker/fcikkiabdeaddpnnfeodgmmmeencpfom
Beschreibung Make beautiful and intricate mandala drawings with few easy steps
Dateigröße 518 KB
Installationsanzahl 4,000
Aktuelle Version 0.0.2
Letztes Update 2024-01-21
Veröffentlichungsdatum 2022-03-26
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler Bhupesh Singh
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://direct.me/bhupesh
Hilfeseite URL https://direct.me/bhupesh
Unterstützte Sprachen 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"
    ]
}