primalDraw
Free online vector graphics drawing application.
ما هو primalDraw؟
primalDraw هو إضافة Chrome تم تطويرها بواسطة https://www.primaldraw.com، والميزة الرئيسية لها هي "Free online vector graphics drawing application.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة primalDraw
قم بتنزيل ملفات الامتداد primalDraw بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
primalDraw allows you to create vector graphics such as illustrations, diagrams, flowcharts, logos, banners and line art. Written from the ground up to be lightweight and designed to work in any desktop or mobile browser. primal Draw is ideal for students, teachers, hobbyists or anyone looking for a free flexible vector drawing application. Features Grid – Snap objects and object control points to grid. Paths – Create, group, combine, brake and manipulate paths. Transform – Move, resize, rotate any object using editing handles. Properties Manager – Create and edit multiple object properties in real time. Objects Manager – Hide, lock or change order of objects using the object manager. Import – Import PNG, JPEG and most SVG files. Customizable – Change the look by setting your own theme colors.
معلومات أساسية عن التمديد
الاسم | primalDraw |
ID | nhaialnihibpeddieanneicjgdoeplji |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/primaldraw/nhaialnihibpeddieanneicjgdoeplji |
الوصف | Free online vector graphics drawing application. |
حجم الملف | 86.67 KB |
عدد التثبيتات | 2,346 |
النسخة الحالية | 1.201 |
آخر تحديث | 2018-07-18 |
تاريخ النشر | 2018-07-17 |
تقييم | 3.87/5 مجموع تقييمات 15 |
المطور | https://www.primaldraw.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.primaldraw.com/index.html |
عنوان صفحة المساعدة | https://www.armenovakimyan.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "primalDraw", "description": "Free online vector graphics drawing application.", "version": "1.201", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "main.js" ] } } |