Pixelmodo

Easy Graphic Design Software. Simple Photo Editor.

What is Pixelmodo?

Pixelmodo is a Chrome extension developed by http://pixelmodo.com, and its main feature is "Easy Graphic Design Software. Simple Photo Editor.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Pixelmodo Extension CRX File

Download Pixelmodo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Pixelmodo Pixelmodo
ID imbndbhdcdpdflhcfheflmabchahkooc
Official URL https://chrome.google.com/webstore/detail/pixelmodo/imbndbhdcdpdflhcfheflmabchahkooc
Description Easy Graphic Design Software. Simple Photo Editor.
File Size 42.67 KB
Installation Count 835
Current Version 1.2
Last Updated 2018-08-17
Publish Date 2018-08-17
Rating 1.82/5 Total 11 Ratings
Developer http://pixelmodo.com
Email [email protected]
Payment Type free
Extension Website https://pixelmodo.com
Help Page URL https://pixelmodo.com/contact
Privacy Policy Page URL https://joyworks.io/privacy
Supported Languages 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"
        ]
    }
}