PixTeller
Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.
Τι είναι το PixTeller;
Το PixTeller είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pixteller.com, και η κύρια λειτουργία του είναι "Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PixTeller
Λήψη αρχείων επέκτασης PixTeller σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kopogfpbgodbofemjgoineekikpmpmii |
Επίσημο URL | https://chrome.google.com/webstore/detail/pixteller/kopogfpbgodbofemjgoineekikpmpmii |
Περιγραφή | Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more. |
Μέγεθος Αρχείου | 48.02 KB |
Αριθμός Εγκαταστάσεων | 234 |
Τρέχουσα Έκδοση | 0.02 |
Τελευταία Ενημέρωση | 2018-08-06 |
Ημερομηνία Δημοσίευσης | 2018-08-06 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://pixteller.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://pixteller.com/contact |
URL της Σελίδας Πολιτικής Απορρήτου | https://pixteller.com/privacy |
Υποστηριζόμενες Γλώσσες | 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" ] } |