PixTeller

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

Cos'è PixTeller?

PixTeller è un'estensione di Chrome sviluppata da https://pixteller.com, e la sua funzione principale è "Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione PixTeller

Scarica i file di estensione PixTeller in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome PixTeller PixTeller
ID kopogfpbgodbofemjgoineekikpmpmii
URL Ufficiale https://chrome.google.com/webstore/detail/pixteller/kopogfpbgodbofemjgoineekikpmpmii
Descrizione Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.
Dimensione del File 48.02 KB
Conteggio Installazioni 234
Versione Corrente 0.02
Ultimo Aggiornamento 2018-08-06
Data di Pubblicazione 2018-08-06
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://pixteller.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://pixteller.com/contact
URL della Pagina della Politica sulla Privacy https://pixteller.com/privacy
Lingue Supportate 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"
    ]
}