PixTeller
Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.
什么是PixTeller?
PixTeller是由https://pixteller.com开发的Chrome扩展程序,该扩展的主要功能是“Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.”。
扩展截图
下载PixTeller扩展crx文件
下载PixTeller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |