Pixelixe Graphic & Image Editor

Edit any image browsing the web with Pixelixe Photo Editor Chrome extension.

Что такое Pixelixe Graphic & Image Editor?

Pixelixe Graphic & Image Editor - это расширение Chrome, разработанное https://pixelixe.com, и его основная функция - "Edit any image browsing the web with Pixelixe Photo Editor Chrome extension.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Pixelixe Graphic & Image Editor

Скачайте файлы расширений Pixelixe Graphic & Image Editor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Right-click on any image from your browser and select "Edit this image" from the context menu.

Meet Pixelixe Studio. This awesome tool offers an image and graphic creation platform that lets everyone design engaging graphics quickly and easily! This app offers a searchable collection of 1.000.000 stunning photographer images, thousands of amazing fonts and icons! You can also drop your own images and edit and download them easily.                    

Основная информация о расширении

Название Pixelixe Graphic & Image Editor Pixelixe Graphic & Image Editor
ID hnddfemljlompbmggkablcffmonknpdh
Официальный URL https://chromewebstore.google.com/detail/pixelixe-graphic-image-ed/hnddfemljlompbmggkablcffmonknpdh
Описание Edit any image browsing the web with Pixelixe Photo Editor Chrome extension.
Размер файла 33.5 KB
Количество установок 729
Текущая Версия 1.0
Последнее Обновление 2020-07-01
Дата публикации 2020-06-30
Рейтинг 3.00/5 Всего 1 оценок
Разработчик https://pixelixe.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://pixelixe.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pixelixe Graphic & Image Editor",
    "version": "1.0",
    "description": "Edit any image browsing the web with Pixelixe Photo Editor Chrome extension.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "pixelixe_logo_16x16.png",
        "32": "pixelixe_logo_dark__1590953956_39157.png",
        "48": "pixelixe_logo_dark__1590954014_10749.png",
        "128": "pixelixe_logo_dark__1590953818_66772.png",
        "256": "pixelixe-logo-dark.png"
    },
    "manifest_version": 2
}