PixTeller

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

¿Qué es PixTeller?

PixTeller es una extensión de Chrome desarrollada por https://pixteller.com, y su función principal es "Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión PixTeller

Descarga archivos de extensión PixTeller en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre PixTeller PixTeller
ID kopogfpbgodbofemjgoineekikpmpmii
URL Oficial https://chrome.google.com/webstore/detail/pixteller/kopogfpbgodbofemjgoineekikpmpmii
Descripción Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.
Tamaño del Archivo 48.02 KB
Cantidad de Instalaciones 234
Versión Actual 0.02
Última Actualización 2018-08-06
Fecha de Publicación 2018-08-06
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador https://pixteller.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://pixteller.com/contact
URL de la Página de Política de Privacidad https://pixteller.com/privacy
Idiomas Soportados 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"
    ]
}