primalDraw
Free online vector graphics drawing application.
Qu'est-ce que primalDraw ?
primalDraw est une extension Chrome développée par https://www.primaldraw.com, et sa fonction principale est "Free online vector graphics drawing application.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension primalDraw
Téléchargez les fichiers d'extension primalDraw au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | primalDraw |
ID | nhaialnihibpeddieanneicjgdoeplji |
URL Officiel | https://chromewebstore.google.com/detail/primaldraw/nhaialnihibpeddieanneicjgdoeplji |
Description | Free online vector graphics drawing application. |
Taille du Fichier | 86.67 KB |
Nombre d'Installations | 2,346 |
Version Actuelle | 1.201 |
Dernière Mise à Jour | 2018-07-18 |
Date de Publication | 2018-07-17 |
Évaluation | 3.87/5 Total 15 Évaluations |
Développeur | https://www.primaldraw.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.primaldraw.com/index.html |
URL de la Page d'Aide | https://www.armenovakimyan.com |
Langues Prises en Charge | 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" ] } } |