PixTeller

Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.

PixTeller란 무엇입니까?

PixTeller은(는) https://pixteller.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Design in cloud
anytime, anywhere
Forget about installing software or hire expensive designers!

Easily customize any design and give your images a fresh new look at any moment! NO design skills or technical knowledge required.

PixTeller Editor and Platform is powerful enough for anyone to use and transform any idea into awesome photos.

Gradient colors
Select between our solid, linear or radial gradients and get an outstanding look for your designs! You can even make transparent background images.

Clipping crop
With PixTeller's clipping-crop function your photos will look great at any dimensions.

FOLDERS · MULTIPAGE ATTRIBUTES · SMART RESIZE · CUSTOM FONTS · UNIQUE TEXT PROPERTIES · AMAZING FILTERS                    

확장 프로그램 기본 정보

이름 PixTeller PixTeller
ID kopogfpbgodbofemjgoineekikpmpmii
공식 URL https://chrome.google.com/webstore/detail/pixteller/kopogfpbgodbofemjgoineekikpmpmii
설명 Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.
파일 크기 48.02 KB
설치 횟수 234
현재 버전 0.02
최근 업데이트 2018-08-06
출시 날짜 2018-08-06
평점 5.00/5 총 3 개의 평점
개발자 https://pixteller.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://pixteller.com/contact
개인정보 보호 정책 페이지 URL https://pixteller.com/privacy
지원되는 언어 en
manifest.json
{
    "name": "PixTeller",
    "version": "0.02",
    "description": "Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "PixTeller"
    },
    "icons": {
        "192": "192.png",
        "128": "128.png",
        "96": "96.png",
        "32": "32.png",
        "16": "16.png"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ]
}