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

下載PixTeller擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}