PixTeller

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

Vad är PixTeller?

PixTeller är en Chrome-tillägg utvecklad av https://pixteller.com, och dess huvudfunktion är "Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner PixTeller-förlängningens CRX-fil

Ladda ner PixTeller-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn PixTeller PixTeller
ID kopogfpbgodbofemjgoineekikpmpmii
Officiell webbadress https://chrome.google.com/webstore/detail/pixteller/kopogfpbgodbofemjgoineekikpmpmii
Beskrivning Create your own designs for Social Media, Website, Blog, Covers, Flyers, Invitations, Presentations and more.
Filstorlek 48.02 KB
Antal Installationer 234
Aktuell Version 0.02
Senast Uppdaterad 2018-08-06
Publiceringsdatum 2018-08-06
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://pixteller.com
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://pixteller.com/contact
URL till Sekretesspolicy Sidan https://pixteller.com/privacy
Stödda Språk 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"
    ]
}