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 |
Eメール | [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" ] } } |