PixTeller
Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.
PixTeller क्या है?
PixTeller https://pixteller.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PixTeller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |