PixTeller

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

Co to jest PixTeller?

PixTeller to rozszerzenie Chrome opracowane przez https://pixteller.com, a jego główną funkcją jest „Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia PixTeller

Pobierz pliki rozszerzeń PixTeller w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa PixTeller PixTeller
ID kopogfpbgodbofemjgoineekikpmpmii
Oficjalny URL https://chrome.google.com/webstore/detail/pixteller/kopogfpbgodbofemjgoineekikpmpmii
Opis Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.
Rozmiar pliku 48.02 KB
Liczba instalacji 234
Aktualna Wersja 0.02
Ostatnia Aktualizacja 2018-08-06
Data Publikacji 2018-08-06
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://pixteller.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://pixteller.com/contact
Adres URL Strony Polityki Prywatności https://pixteller.com/privacy
Obsługiwane Języki 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"
    ]
}