Open in Photopea

Context menu item to open images in Photopea

O que é Open in Photopea?

Open in Photopea é uma extensão do Chrome desenvolvida por lautarolosio, e sua principal característica é "Context menu item to open images in Photopea".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Open in Photopea

Baixe arquivos de extensão Open in Photopea no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Open in Photopea Open in Photopea
ID padbcfokjcleiccengmaadmjeonmmikg
URL Oficial https://chromewebstore.google.com/detail/open-in-photopea/padbcfokjcleiccengmaadmjeonmmikg
Descrição Context menu item to open images in Photopea
Tamanho do Arquivo 41.47 KB
Contagem de Instalações 469
Versão Atual 1.0
Última Atualização 2023-05-31
Data de Publicação 2023-05-31
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor lautarolosio
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}