Vector Ink

The Vector Ink Chrome Extension

Vector Ink란 무엇입니까?

Vector Ink은(는) https://www.vectorink.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Vector Ink Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Vector Ink is a responsive web based Vector Design application that provides convenient design tools and cloud storage for all your designs.

Use the Vector Ink Chrome extension to import photos, generate color palettes, or convert photos to vectors and import them directly into a Vector Ink canvas for editing.

With the Vector Ink Chrome extension installed, a pen icon will show on every image you mouse over. Clicking the pen icon will present you with four options:
- Import SVG: this option will convert the image to an SVG and import the SVG directly into a chrome tab that has an active vectorink.io project or it will create a new tab if non existent.
 - Import Photo: Imports the image into a Vector Ink project.
- Import Palette: This will  generate a color palette from the photo and update the palette in your Vector Ink project.
- Resize and Crop: This will import the photo into Vector Ink, adjust the document size to the photos dimensions, and open the Export panel for cropping and resizing.

Creating art in vector graphic design software should be easy but in most cases it is not. A lot of times you are wrestling with a pen tool for hours in order to get the right design you want, or taking shortcuts to give the appearance of a perfect shape. Well those days are behind us now. Vector Ink offers a smart Path Builder Tool that will merge and build the shape you want the way you want with perfect precision and little design effort.
Bring your shapes to life with our color tools. Vector Ink offers linear and radial gradient options along with multiple color picker types and an advanced color palette editor so you can generate, manage, and save your own color palettes for later use.

Features:
Built-in Virtual Stylus
Draw Tool
Path Builder Tool
Distribute Tool
Pen Tool
Gradient Tool
Corner Tool
Ribbon Tool
Rectangle Tool
Circle Tool
Star Tool
Polygon Tool
Path controls
Boolean controls
Cut and join paths
Stroke sizes and stroke caps
Convert stroke to path
Outline Text (text to path)
Import Custom Fonts
PNG & JPG Import & Export
SVG Import & Export
Export Selection as SVG

Features in-depth:
Path Builder Tool
Merge multiple shapes into one.
Merge a single shape into another.
Trace over an imported illustration or logo grid with geometric precision.
Create complex shapes (that would typically take several minutes) within seconds.
Draw Tool
Freehand drawing with smart guides to stabilize strokes.
Auto connects to other strokes so you can freely lift your pen then resume drawing on the same path.
First-ever built-in Digital Stylus makes designing on touch screen devices easier by allowing you to see where you're drawing and helps accomplish tasks in tight spaces on the canvas.
Distribute Tool
Distribute copies of a shapes left-to-right or top-to-bottom.
Distribute copies of a shape around a point or around another shape.
Distribute copies of a shape left-to-right and top-to-bottom in a grid layout.
Gradient Tool & Color Picker
Multiple color pickers to choose from (wheel, RGB, HSB, hex pad, and palette picker)
Linear and radial gradient styles
Add and delete gradient stops
Color Palettes
A gorgeous library of color palettes so no matter what you design the color combination will always look legit.
Color palette generator so you never run out of color palette options.
Add an infinite number of colors to a palette and we'll automatically generate colors that compliment your palette.
Save your color palette to use in other projects.
Layers
Add and delete Layers
Group objects
Re-order layers, shapes, and groups
Overral Document
Control the width and height of the Document
Change the Document background color
Import/Export
Import PNG, JPG, and SVG
Export PNG, JPG, and SVG
Export any size
Export a PNG with a transparent Art board
Export any selected shapes as an individual SVG                    

확장 프로그램 기본 정보

이름 Vector Ink Vector Ink
ID bipblbkmjcfcbefcipkpeofnhnppfmpb
공식 URL https://chromewebstore.google.com/detail/vector-ink/bipblbkmjcfcbefcipkpeofnhnppfmpb
설명 The Vector Ink Chrome Extension
파일 크기 25.27 KB
설치 횟수 431
현재 버전 1.2
최근 업데이트 2022-11-14
출시 날짜 2022-11-05
평점 3.00/5 총 1 개의 평점
개발자 https://www.vectorink.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://vectorink.io/
도움말 페이지 URL https://vectorink.io/
개인정보 보호 정책 페이지 URL https://www.iubenda.com/privacy-policy/46770748
지원되는 언어 id,de,en,fr,nl,es,it,ru,hi,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.2",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "ui.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}