Pixelmodo

Easy Graphic Design Software. Simple Photo Editor.

Wat is Pixelmodo?

Pixelmodo is een Chrome-extensie ontwikkeld door http://pixelmodo.com, en de belangrijkste functie is "Easy Graphic Design Software. Simple Photo Editor.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Pixelmodo

Download Pixelmodo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Grab text and images from any webpage into the PixelModo editor for quick customisation.

Highlight texts or right-click images on any webpage, select "Open in Pixelmodo". You'll be taken instantly to the editor to complete your graphics. Pixelmodo offers you:

- Over 2,000,000+ royalty-free background photos, icons and shapes
- Over 1,000,000+ quotes
- 500+ templates with 50+ new templates added monthly
- Ability to upload custom fonts
- Ability to invite team members and organise your graphics in Folders
- Pick a Pre-set size or enter a custom size.                    

Basisinformatie over de Extensie

Naam Pixelmodo Pixelmodo
ID imbndbhdcdpdflhcfheflmabchahkooc
Officiële URL https://chrome.google.com/webstore/detail/pixelmodo/imbndbhdcdpdflhcfheflmabchahkooc
Beschrijving Easy Graphic Design Software. Simple Photo Editor.
Bestandsgrootte 42.67 KB
Aantal Installaties 835
Huidige Versie 1.2
Laatst Bijgewerkt 2018-08-17
Publicatiedatum 2018-08-17
Beoordeling 1.82/5 Totaal 11 Beoordelingen
Ontwikkelaar http://pixelmodo.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://pixelmodo.com
Help Pagina-URL https://pixelmodo.com/contact
URL van de Privacybeleid Pagina https://joyworks.io/privacy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pixelmodo",
    "description": "Easy Graphic Design Software. Simple Photo Editor.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "favicon.png",
        "default_title": "Pixelmodo"
    },
    "icons": {
        "32": "favicon.png",
        "48": "favicon.png",
        "56": "favicon.png",
        "64": "favicon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "pixelmodo.js"
        ]
    }
}