PixTeller

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

Qu'est-ce que PixTeller ?

PixTeller est une extension Chrome développée par https://pixteller.com, et sa fonction principale est "Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension PixTeller

Téléchargez les fichiers d'extension PixTeller au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom PixTeller PixTeller
ID kopogfpbgodbofemjgoineekikpmpmii
URL Officiel https://chrome.google.com/webstore/detail/pixteller/kopogfpbgodbofemjgoineekikpmpmii
Description Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.
Taille du Fichier 48.02 KB
Nombre d'Installations 234
Version Actuelle 0.02
Dernière Mise à Jour 2018-08-06
Date de Publication 2018-08-06
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://pixteller.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://pixteller.com/contact
URL de la Page de Politique de Confidentialité https://pixteller.com/privacy
Langues Prises en Charge 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"
    ]
}