PixTeller
Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.
What is PixTeller?
PixTeller is a Chrome extension developed by https://pixteller.com, and its main feature is "Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.".
Extension Screenshots
Download PixTeller Extension CRX File
Download PixTeller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | kopogfpbgodbofemjgoineekikpmpmii |
Official URL | https://chrome.google.com/webstore/detail/pixteller/kopogfpbgodbofemjgoineekikpmpmii |
Description | Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more. |
File Size | 48.02 KB |
Installation Count | 234 |
Current Version | 0.02 |
Last Updated | 2018-08-06 |
Publish Date | 2018-08-06 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://pixteller.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://pixteller.com/contact |
Privacy Policy Page URL | https://pixteller.com/privacy |
Supported Languages | 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" ] } |