PixTeller

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

O que é PixTeller?

PixTeller é uma extensão do Chrome desenvolvida por https://pixteller.com, e sua principal característica é "Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão PixTeller

Baixe arquivos de extensão PixTeller no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome PixTeller PixTeller
ID kopogfpbgodbofemjgoineekikpmpmii
URL Oficial https://chrome.google.com/webstore/detail/pixteller/kopogfpbgodbofemjgoineekikpmpmii
Descrição Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.
Tamanho do Arquivo 48.02 KB
Contagem de Instalações 234
Versão Atual 0.02
Última Atualização 2018-08-06
Data de Publicação 2018-08-06
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://pixteller.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://pixteller.com/contact
URL da Página de Política de Privacidade https://pixteller.com/privacy
Idiomas Suportados 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"
    ]
}