Pixelmodo

Easy Graphic Design Software. Simple Photo Editor.

Cos'è Pixelmodo?

Pixelmodo è un'estensione di Chrome sviluppata da http://pixelmodo.com, e la sua funzione principale è "Easy Graphic Design Software. Simple Photo Editor.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Pixelmodo

Scarica i file di estensione Pixelmodo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pixelmodo Pixelmodo
ID imbndbhdcdpdflhcfheflmabchahkooc
URL Ufficiale https://chrome.google.com/webstore/detail/pixelmodo/imbndbhdcdpdflhcfheflmabchahkooc
Descrizione Easy Graphic Design Software. Simple Photo Editor.
Dimensione del File 42.67 KB
Conteggio Installazioni 835
Versione Corrente 1.2
Ultimo Aggiornamento 2018-08-17
Data di Pubblicazione 2018-08-17
Valutazione 1.82/5 Totale 11 Valutazioni
Sviluppatore http://pixelmodo.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://pixelmodo.com
URL della Pagina di Aiuto https://pixelmodo.com/contact
URL della Pagina della Politica sulla Privacy https://joyworks.io/privacy
Lingue Supportate 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"
        ]
    }
}