PixTeller
Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.
Co je PixTeller?
PixTeller je rozšíření Chrome vyvinuté https://pixteller.com, a jeho hlavní funkcí je „Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření PixTeller
Stáhněte si soubory rozšíření PixTeller ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | kopogfpbgodbofemjgoineekikpmpmii |
Oficiální URL | https://chrome.google.com/webstore/detail/pixteller/kopogfpbgodbofemjgoineekikpmpmii |
Popis | Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more. |
Velikost souboru | 48.02 KB |
Počet instalací | 234 |
Aktuální Verze | 0.02 |
Poslední Aktualizace | 2018-08-06 |
Datum Vydání | 2018-08-06 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | https://pixteller.com |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://pixteller.com/contact |
URL Stránky Zásad Ochrany Soukromí | https://pixteller.com/privacy |
Podporované Jazyky | 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" ] } |