Pixelmodo

Easy Graphic Design Software. Simple Photo Editor.

Was ist Pixelmodo?

Pixelmodo ist eine Chrome-Erweiterung, die von http://pixelmodo.com entwickelt wurde, und ihr Hauptmerkmal ist "Easy Graphic Design Software. Simple Photo Editor.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Pixelmodo-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pixelmodo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Pixelmodo Pixelmodo
ID imbndbhdcdpdflhcfheflmabchahkooc
Offizielle URL https://chrome.google.com/webstore/detail/pixelmodo/imbndbhdcdpdflhcfheflmabchahkooc
Beschreibung Easy Graphic Design Software. Simple Photo Editor.
Dateigröße 42.67 KB
Installationsanzahl 835
Aktuelle Version 1.2
Letztes Update 2018-08-17
Veröffentlichungsdatum 2018-08-17
Bewertung 1.82/5 Insgesamt 11 Bewertungen
Entwickler http://pixelmodo.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://pixelmodo.com
Hilfeseite URL https://pixelmodo.com/contact
URL der Datenschutzrichtlinien-Seite https://joyworks.io/privacy
Unterstützte Sprachen 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"
        ]
    }
}