Mandala Maker
Make beautiful and intricate mandala drawings with few easy steps
什麼是Mandala Maker?
Mandala Maker是由Bhupesh Singh開發的Chrome擴展程式,該擴展的主要功能是“Make beautiful and intricate mandala drawings with few easy steps”。
擴展截圖
下載Mandala Maker擴展crx文件
下載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 |
ID | fcikkiabdeaddpnnfeodgmmmeencpfom |
官方網址 | 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" ] } |