Pixelmodo

Easy Graphic Design Software. Simple Photo Editor.

Co to jest Pixelmodo?

Pixelmodo to rozszerzenie Chrome opracowane przez http://pixelmodo.com, a jego główną funkcją jest „Easy Graphic Design Software. Simple Photo Editor.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Pixelmodo

Pobierz pliki rozszerzeń Pixelmodo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pixelmodo Pixelmodo
ID imbndbhdcdpdflhcfheflmabchahkooc
Oficjalny URL https://chrome.google.com/webstore/detail/pixelmodo/imbndbhdcdpdflhcfheflmabchahkooc
Opis Easy Graphic Design Software. Simple Photo Editor.
Rozmiar pliku 42.67 KB
Liczba instalacji 835
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2018-08-17
Data Publikacji 2018-08-17
Ocena 1.82/5 Łącznie 11 Oceny
Deweloper http://pixelmodo.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://pixelmodo.com
Adres URL Strony Pomocy https://pixelmodo.com/contact
Adres URL Strony Polityki Prywatności https://joyworks.io/privacy
Obsługiwane Języki 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"
        ]
    }
}