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 |
Eメール | [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" ] } |