primalDraw
Free online vector graphics drawing application.
O que é primalDraw?
primalDraw é uma extensão do Chrome desenvolvida por https://www.primaldraw.com, e sua principal característica é "Free online vector graphics drawing application.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão primalDraw
Baixe arquivos de extensão primalDraw no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | primalDraw |
ID | nhaialnihibpeddieanneicjgdoeplji |
URL Oficial | https://chromewebstore.google.com/detail/primaldraw/nhaialnihibpeddieanneicjgdoeplji |
Descrição | Free online vector graphics drawing application. |
Tamanho do Arquivo | 86.67 KB |
Contagem de Instalações | 2,346 |
Versão Atual | 1.201 |
Última Atualização | 2018-07-18 |
Data de Publicação | 2018-07-17 |
Classificação | 3.87/5 Total de 15 Avaliações |
Desenvolvedor | https://www.primaldraw.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.primaldraw.com/index.html |
URL da Página de Ajuda | https://www.armenovakimyan.com |
Idiomas Suportados | 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" ] } } |