primalDraw

Free online vector graphics drawing application.

primalDrawคืออะไร?

primalDraw เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.primaldraw.com และคุณลักษณะหลักของมันคือ "Free online vector graphics drawing application."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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"
        ]
    }
}