PixTeller
Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.
PixTeller là gì?
PixTeller là một tiện ích mở rộng Chrome được phát triển bởi https://pixteller.com, và tính năng chính của nó là "Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PixTeller
Tải xuống các tệp mở rộng PixTeller dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kopogfpbgodbofemjgoineekikpmpmii |
URL Chính Thức | https://chrome.google.com/webstore/detail/pixteller/kopogfpbgodbofemjgoineekikpmpmii |
Mô tả | Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more. |
Kích Thước Tệp | 48.02 KB |
Số Lần Cài Đặt | 234 |
Phiên Bản Hiện Tại | 0.02 |
Cập Nhật Lần Cuối | 2018-08-06 |
Ngày Phát Hành | 2018-08-06 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://pixteller.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://pixteller.com/contact |
URL Trang Chính Sách Bảo Mật | https://pixteller.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |