primalDraw
Free online vector graphics drawing application.
Was ist primalDraw?
primalDraw ist eine Chrome-Erweiterung, die von https://www.primaldraw.com entwickelt wurde, und ihr Hauptmerkmal ist "Free online vector graphics drawing application.".
Erweiterungsscreenshots
primalDraw-Erweiterungs-CRX-Datei herunterladen
Laden Sie primalDraw-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
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.
Grundlegende Informationen zur Erweiterung
Name | primalDraw |
ID | nhaialnihibpeddieanneicjgdoeplji |
Offizielle URL | https://chromewebstore.google.com/detail/primaldraw/nhaialnihibpeddieanneicjgdoeplji |
Beschreibung | Free online vector graphics drawing application. |
Dateigröße | 86.67 KB |
Installationsanzahl | 2,346 |
Aktuelle Version | 1.201 |
Letztes Update | 2018-07-18 |
Veröffentlichungsdatum | 2018-07-17 |
Bewertung | 3.87/5 Insgesamt 15 Bewertungen |
Entwickler | https://www.primaldraw.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.primaldraw.com/index.html |
Hilfeseite URL | https://www.armenovakimyan.com |
Unterstützte Sprachen | 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" ] } } |