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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
URL страницы помощи | 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" ] } } |