PixTeller
Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.
Apa itu PixTeller?
PixTeller adalah ekstensi Chrome yang dikembangkan oleh https://pixteller.com, dan fitur utamanya adalah "Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PixTeller
Unduh file ekstensi PixTeller dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | kopogfpbgodbofemjgoineekikpmpmii |
URL Resmi | https://chrome.google.com/webstore/detail/pixteller/kopogfpbgodbofemjgoineekikpmpmii |
Deskripsi | Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more. |
Ukuran File | 48.02 KB |
Jumlah Instalasi | 234 |
Versi Saat Ini | 0.02 |
Terakhir Diperbarui | 2018-08-06 |
Tanggal Publikasi | 2018-08-06 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | https://pixteller.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://pixteller.com/contact |
URL Halaman Kebijakan Privasi | https://pixteller.com/privacy |
Bahasa yang Didukung | 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" ] } |