PixTeller

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

Was ist PixTeller?

PixTeller ist eine Chrome-Erweiterung, die von https://pixteller.com entwickelt wurde, und ihr Hauptmerkmal ist "Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

PixTeller-Erweiterungs-CRX-Datei herunterladen

Laden Sie PixTeller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name PixTeller PixTeller
ID kopogfpbgodbofemjgoineekikpmpmii
Offizielle URL https://chrome.google.com/webstore/detail/pixteller/kopogfpbgodbofemjgoineekikpmpmii
Beschreibung Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.
Dateigröße 48.02 KB
Installationsanzahl 234
Aktuelle Version 0.02
Letztes Update 2018-08-06
Veröffentlichungsdatum 2018-08-06
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://pixteller.com
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://pixteller.com/contact
URL der Datenschutzrichtlinien-Seite https://pixteller.com/privacy
Unterstützte Sprachen 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"
    ]
}