Mandala Maker
Make beautiful and intricate mandala drawings with few easy steps
Cos'è Mandala Maker?
Mandala Maker è un'estensione di Chrome sviluppata da Bhupesh Singh, e la sua funzione principale è "Make beautiful and intricate mandala drawings with few easy steps".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mandala Maker
Scarica i file di estensione Mandala Maker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
● 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 Informazioni di Base sull'Estensione
| Nome | |
| ID | fcikkiabdeaddpnnfeodgmmmeencpfom |
| URL Ufficiale | https://chromewebstore.google.com/detail/mandala-maker/fcikkiabdeaddpnnfeodgmmmeencpfom |
| Descrizione | Make beautiful and intricate mandala drawings with few easy steps |
| Dimensione del File | 518 KB |
| Conteggio Installazioni | 4,000 |
| Versione Corrente | 0.0.2 |
| Ultimo Aggiornamento | 2024-01-21 |
| Data di Pubblicazione | 2022-03-26 |
| Valutazione | 5.00/5 Totale 8 Valutazioni |
| Sviluppatore | Bhupesh Singh |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://direct.me/bhupesh |
| URL della Pagina di Aiuto | https://direct.me/bhupesh |
| Lingue Supportate | 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"
]
} | |