primalDraw

Free online vector graphics drawing application.

primalDraw란 무엇입니까?

primalDraw은(는) https://www.primaldraw.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free online vector graphics drawing application."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

primalDraw 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
        ]
    }
}