Open in Photopea

Context menu item to open images in Photopea

Cos'è Open in Photopea?

Open in Photopea è un'estensione di Chrome sviluppata da lautarolosio, e la sua funzione principale è "Context menu item to open images in Photopea".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Open in Photopea

Scarica i file di estensione Open in Photopea 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

                        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!                    

Informazioni di Base sull'Estensione

Nome Open in Photopea Open in Photopea
ID padbcfokjcleiccengmaadmjeonmmikg
URL Ufficiale https://chromewebstore.google.com/detail/open-in-photopea/padbcfokjcleiccengmaadmjeonmmikg
Descrizione Context menu item to open images in Photopea
Dimensione del File 41.47 KB
Conteggio Installazioni 469
Versione Corrente 1.0
Ultimo Aggiornamento 2023-05-31
Data di Pubblicazione 2023-05-31
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore lautarolosio
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}