PixTeller

Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.

Что такое PixTeller?

PixTeller - это расширение Chrome, разработанное https://pixteller.com, и его основная функция - "Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения PixTeller

Скачайте файлы расширений 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                    

Основная информация о расширении

Название PixTeller PixTeller
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"
    ]
}