Open in Photopea

Context menu item to open images in Photopea

Apa itu Open in Photopea?

Open in Photopea adalah ekstensi Chrome yang dikembangkan oleh lautarolosio, dan fitur utamanya adalah "Context menu item to open images in Photopea".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Open in Photopea

Unduh file ekstensi Open in Photopea dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Open in Photopea Open in Photopea
ID padbcfokjcleiccengmaadmjeonmmikg
URL Resmi https://chromewebstore.google.com/detail/open-in-photopea/padbcfokjcleiccengmaadmjeonmmikg
Deskripsi Context menu item to open images in Photopea
Ukuran File 41.47 KB
Jumlah Instalasi 469
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-05-31
Tanggal Publikasi 2023-05-31
Penilaian 4.00/5 Total 1 Penilaian
Pengembang lautarolosio
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}