Open in Photopea

Context menu item to open images in Photopea

Co to jest Open in Photopea?

Open in Photopea to rozszerzenie Chrome opracowane przez lautarolosio, a jego główną funkcją jest „Context menu item to open images in Photopea”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Open in Photopea

Pobierz pliki rozszerzeń Open in Photopea 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

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Open in Photopea Open in Photopea
ID padbcfokjcleiccengmaadmjeonmmikg
Oficjalny URL https://chromewebstore.google.com/detail/open-in-photopea/padbcfokjcleiccengmaadmjeonmmikg
Opis Context menu item to open images in Photopea
Rozmiar pliku 41.47 KB
Liczba instalacji 469
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-05-31
Data Publikacji 2023-05-31
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper lautarolosio
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}