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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}