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文件

下載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 primalDraw
ID nhaialnihibpeddieanneicjgdoeplji
官方網址 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"
        ]
    }
}