primalDraw
Free online vector graphics drawing application.
什么是primalDraw?
primalDraw是由https://www.primaldraw.com开发的Chrome扩展程序,该扩展的主要功能是“Free online vector graphics drawing application.”。
扩展截图
下载primalDraw扩展crx文件
下载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" ] } } |