Open in Photopea

Context menu item to open images in Photopea

Что такое Open in Photopea?

Open in Photopea - это расширение Chrome, разработанное lautarolosio, и его основная функция - "Context menu item to open images in Photopea".

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

screenshot

Скачать файл CRX расширения Open in Photopea

Скачайте файлы расширений Open in Photopea в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Provides an easy and fast way to open any image type directly in Photopea, without the need to open the website and copy/paste the image yourself.

NOTE: For security reasons, webapps can access only files from the same domain. In order to let Photopea load your file, the response of your server must contain the following header:

Access-Control-Allow-Origin: *

This may result in the image not loading!                    

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

Название Open in Photopea Open in Photopea
ID padbcfokjcleiccengmaadmjeonmmikg
Официальный URL https://chromewebstore.google.com/detail/open-in-photopea/padbcfokjcleiccengmaadmjeonmmikg
Описание Context menu item to open images in Photopea
Размер файла 41.47 KB
Количество установок 469
Текущая Версия 1.0
Последнее Обновление 2023-05-31
Дата публикации 2023-05-31
Рейтинг 4.00/5 Всего 1 оценок
Разработчик lautarolosio
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Open in Photopea",
    "description": "Context menu item to open images in Photopea",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "photopea.png",
        "32": "photopea.png",
        "48": "photopea.png",
        "128": "photopea.png"
    }
}