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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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