Pixelmodo

Easy Graphic Design Software. Simple Photo Editor.

Vad är Pixelmodo?

Pixelmodo är en Chrome-tillägg utvecklad av http://pixelmodo.com, och dess huvudfunktion är "Easy Graphic Design Software. Simple Photo Editor.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

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

Ladda ner Pixelmodo-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

                        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.                    

Grundläggande Information om Tillägg

Namn Pixelmodo Pixelmodo
ID imbndbhdcdpdflhcfheflmabchahkooc
Officiell webbadress https://chrome.google.com/webstore/detail/pixelmodo/imbndbhdcdpdflhcfheflmabchahkooc
Beskrivning Easy Graphic Design Software. Simple Photo Editor.
Filstorlek 42.67 KB
Antal Installationer 835
Aktuell Version 1.2
Senast Uppdaterad 2018-08-17
Publiceringsdatum 2018-08-17
Betyg 1.82/5 Totalt 11 Betyg
Utvecklare http://pixelmodo.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://pixelmodo.com
Hjälpsida URL https://pixelmodo.com/contact
URL till Sekretesspolicy Sidan https://joyworks.io/privacy
Stödda Språk 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"
        ]
    }
}